ObjectAdd
ObjectAdd
Adds an object to a 3D scene for subsequent rendering.
bool ObjectAdd(
CDXObject *object // pointer to the object
);Parameters
- *object
[in] Pointer to an instance of the class derived from the CDXObject abstract class.
Return Value
true – if successful, false - if failed to add a 3D graphic object.
Last updated on