News Overview SceneEngine Downloads VideoTutorials Main Page SourceForge Get Involved Bookmark and Share

The SceneViewer application has many GUI controls that allow the user to control different features in the application and in the Scene.

Contents

Select Node by Name

image:controls_select_by_name_0000.jpg

This dialog box allows the user to select a node from a list. This dialog box displays the name of all the nodes in the scene. These can be retrieved using the method: sceneengine->main_scene->main_node->GetDecendants?( std::vector<Node*> &nodes );

Node Properties

image:controls_node_properties_0000.jpg

This dialog box allows the user to edit the node options. It also lets the user to set the user defined properties, this is a text buffer.

The TimeLine

image:controls_timeline_0000.jpg

The timeline is the GUI controls that shows and allows the user to set the current time.

Node Channels

image:controls_node_channels_0000.jpg

This dialog box lets the user review the channels that mesh nodes use.

Views