![]() |
VR-Forces Developer's Guide
|
Simulated objects are represented by DtGuiSimObject classes.
These classes contain all of the information required to display an object in your scene. This includes the name of the object, its position, velocity, and heading, and any other appearance tags. These objects correlate to a DtVrfObject in the VR-Forces back-end. The class is analagous to the DtSimObject class in the back-end. You can get a DtSimObjectReference in the front-end by querying the DtVrfGuiSimObjectManager using an object's UUID or DtUniqueId Each reference returned will have a list of the state components associated with that object, each containing the data relevant to that object.
For an example on how to use DtSimObjectReference in the front-end, please see the Entity List example.