![]() |
VR-Forces Developer's Guide
|
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.
Public Member Functions | |
| DtSceneRoot () | |
| DtSceneRoot (RootDomain domain) | |
| DtSceneRoot (RootDomain domain, DtModelSetId modelSet) | |
| DtSceneRoot (DtModelSetId modelSet) | |
| DtSceneRoot (DtModelSetId modelSet, int visualizerType) | |
| DtSceneRoot (DtModelSetId modelSet, DtChannel *channel) | |
| bool | operator== (const DtSceneRoot &rhs) const |
Public Attributes | |
| RootDomain | myDomain |
| struct { | |
| DtModelSetId modelSetId | |
| int visualizerType | |
| DtChannel * channel | |
| } | myParameter |
Enumerations to indicate the part of the scene graph to interact with.
|
inline |
References makVrv::Models3D.
|
inline |
References makVrv::Models3D.
|
inline |
|
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==().
| DtModelSetId 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==().