Vizard 8 » Reference » Vizconnect » Advanced GUI » Advanced GUI
8.1

Advanced GUI

Use the advanced window to select and configure components individually.

Component Tabs

Hardware Tabs

Software Tabs

Scene Graph

The scene graph tree displays the component hierarchy. Drag and drop components to modify their parent/child relationships.

Status Window

When an input device, tracker, or transport is the current selection the Status Window can be opened. For inputs, the last signal received from the device is shown. For trackers and transports, the current position and orientation is shown. This can be helpful to verify that the connection has been established and the data being sent to Vizard is accurate.

Generated Code

The Vizard code generated by Vizconnect is saved to the configuration file. Any time components are added, removed, or modified the code will automatically update. Manually editing the code is rarely necessary but possible by opening the file in the Vizard editor. If the code is modified in Vizard it can be loaded back into the GUI for further editing.

Note: Generally, components are accessed via the script that imports the configuration file. For example, in order to apply tracking data to a model in the scene, the programmer would get a handle to the tracker in the script and link the model to it.