VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Getting the State of a Simulated Object

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.


Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)