The SceneViewer application has many GUI controls that allow the user to control different features in the application and in the Scene.
Contents |
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 );
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 is the GUI controls that shows and allows the user to set the current time.
This dialog box lets the user review the channels that mesh nodes use.