Declaration of a custom object that manages a model and its properties.
More...
Detailed Description
Declaration of a custom object that manages a model and its properties.
This object is intended to be controlled by the agent, MyObjectAgent.
- Examples
-
Constructor & Destructor Documentation
CTOR.
DtDe and DtUniqueId are not used by this class.
| virtual MyObject::~MyObject |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void MyObject::createModel |
( |
| ) |
|
Create an OpenSceneGraph geometry.
The geometry is added to the core VRV DtOsgRenderer class to handle the rendering part.
| void MyObject::setRotationAngle |
( |
double |
rotationAngleInDegrees | ) |
|
Set the rotation angle which gets called every tick.
Member Data Documentation
| osg::ref_ptr<osg::PositionAttitudeTransform> MyObject::myPat |
|
protected |
The documentation for this class was generated from the following file: