-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9cdd96f
commit 0af85f5
Showing
3 changed files
with
49 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: Documentation | ||
date: 2024-01-08 | ||
nav: documentation | ||
categories: [documentation] | ||
tags: [Documentation] | ||
--- | ||
|
||
## About Sunrize | ||
|
||
Use Sunrize to create standards-compliant X3D/VRML worlds for publishing on the World Wide Web and for building stand-alone applications. Sunrize fully supports the [X3D Specification](/x_ite/supported-nodes/), including the Moving Worlds specification for VRML 2.0. | ||
|
||
Sunrize aims to provide you with powerful tools to compose complex objects and create exciting, animated and interactive worlds. Use existing 3D modelling programs such as Blender or Maya to create polygonal or NURBS objects that can be easily imported into Sunrize and then arranged and made interactive. Use X_ITE to publish your content on the web. | ||
|
||
## Where to Go? | ||
|
||
- [A Quick Look at the User Interface](../a-quick-look-at-the-user-interface/) | ||
- [Using the Outline Editor](../using-the-outline-editor/) | ||
- [Selecting and Grouping Objects](../selecting-and-grouping-objects/) | ||
- [Creating Group Hierarchies](../creating-group-hierarchies/) | ||
- [Creating Routes Between Fields](../creating-routes-between-fields/) | ||
- [Cloning Objects](../cloning-objects/) | ||
- [Editing Prototypes](../editing-prototypes/) | ||
- [Imported and Exported Nodes](../imported-and-exported-nodes/) | ||
- [Snapping and Alignment](../snapping-and-alignment/) | ||
- [Using the Script Editor](../using-the-script-editor/) | ||
|
||
It might also be of interest for you [How to Navigate in a Scene](/x_ite/tutorials/how-to-navigate-in-a-scene/). | ||
|
||
## Conventions Used | ||
|
||
Choose *File > Save* means to choose Save from the File pull-down menu. | ||
|
||
*Ctrl-u* means to press the *Ctrl* key and the *u* key at the same time. | ||
|
||
To *click* means to quickly press and release the left mouse button. | ||
|
||
To *drag* means to press and hold down the indicated mouse button (the left button if none is indicated). | ||
|
||
To *click-middle* means to click the middle mouse button. | ||
|
||
To *click-right* means to click the right mouse button. | ||
|
||
![smarty-bubbles](/assets/img/documentation/smarty-bubbles.jpg) | ||
<br>Editing »Smarty Bubbles« example in Sunrize | ||
{: .small } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
$("a[href='/sunrize/x_ite/']") .attr ("href", "/x_ite/"); | ||
$("a[href='/sunrize/documentation/']") .attr ("href", "/sunrize/documentation/overview/"); | ||
$("a[href='/sunrize/x_ite/']") .attr ("href", "/x_ite/"); |