Skip to content

Commit

Permalink
Moved documentation overview.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Aug 9, 2024
1 parent 9cdd96f commit 0af85f5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 42 deletions.
46 changes: 46 additions & 0 deletions docs/_posts/documentation/overview.md
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 }
42 changes: 1 addition & 41 deletions docs/_tabs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,5 @@ title: Documentation
date: 2024-01-08
icon: fas fa-graduation-cap
order: 1
layout: post
nav: documentation
redirect_to: /documentation/overview/
---

## 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 }
3 changes: 2 additions & 1 deletion docs/assets/js/links.js
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/");

0 comments on commit 0af85f5

Please sign in to comment.