![]() |
VR-Forces 4.6 Class Documentation
|
Abstract index into the scene graph. More...
Public Types | |
| enum | RootDomain { None, RenderSystem, Environment, Terrain, Prop, Ocean, ModelSetSpecific, VisualizerTypeSpecific, ChannelSpecific } |
| Enumerations to indicate the part of the scene graph to interact with. More... | |
Public Member Functions | |
| DtSceneRoot () | |
| DtSceneRoot (RootDomain domain) | |
| DtSceneRoot (int modelSet) | |
| DtSceneRoot (int modelSet, int visualizerType) | |
| DtSceneRoot (int modelSet, DtChannel *channel) | |
| bool | operator== (const DtSceneRoot &rhs) const |
Public Attributes | |
| RootDomain | myDomain |
| What part of the scene graph to interact with. | |
| struct { | |
| int modelSetId | |
| If modelSet or visualizerType specific, the model set of interest. | |
| int visualizerType | |
| If visualizerType specific, the visualizerType of interest. | |
| DtChannel * channel | |
| If channel specific, channel of interest. | |
| } | myParameter |
Abstract index into the scene graph.
This is used as an argument to functions which interact with different 'logical' portions of the scene graph without needing to know the details of its implementation
|
inline |
|
inline |
|
inline |
|
inline |
References channel, modelSetId, myDomain, myParameter, and visualizerType.
| RootDomain makVrv::DtSceneRoot::myDomain |
What part of the scene graph to interact with.
Referenced by operator==().
| int makVrv::DtSceneRoot::modelSetId |
If modelSet or visualizerType specific, the model set of interest.
Referenced by operator==().
| int makVrv::DtSceneRoot::visualizerType |
If visualizerType specific, the visualizerType of interest.
Referenced by operator==().
| DtChannel* makVrv::DtSceneRoot::channel |
If channel specific, channel of interest.
Referenced by operator==().
| struct { ... } makVrv::DtSceneRoot::myParameter |
Referenced by operator==().