![]() |
VR-Vantage 2.6 API Documentation
|
You can use the Remote Draw API to draw several types of objects and text in 2D and 3D.
You can specify the parameters of each type of object. Common default parameters are supplied for simplified use. In addition, there are accessors and mutators for each object parameter supported. Every object needs a unique ID. The ID is used to generate the global ID for the object. Each object must also take a pointer to the DtExerciseConn object.
The following example creates and displays a red circle in the center of the window.
To change the color of the circle from red to green, and tell VR-Vantage about the change, do the following:
To remove and destroy the circle object, do this:
[<< Major Classes] [Home] [Top of Page] [2D Objects >>]