![]() |
VR-Vantage API Documentation
|
A scene contains an environment, the time of day, and possibly, a terrain.
Scenes are composed on the master display engine by creating a set of distributed visualization objects, which are then created (typically as OSG nodes) on each distributed display engine node. The basic visualization object is the model (DtModel, each of which is owned by a DtSceneObject. One scene object can contain any number of models and provides an interface for positioning and orienting them as a single unit. The distributed scene objects are in turn owned by a variety of facade objects that organize them and provide convenient interfaces to drive and manipulate their appearance. This chapter summarizes the various types of models, scene objects, and their containers, and how to use them to construct scenes.
Data is organized into a structure called a scene graph. To add objects to the scene, you add nodes to the scene graph. For an example of how to add a node to the scene graph, please see the exampleSceneRoot example.