![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtExampleObject (DtDe &de, DtUniqueID id) | |
| The Constructor for a distributed object must take a DtDe and a Unique Id. | |
| virtual | ~DtExampleObject () |
| void | loadModel (const std::string &filename) |
| void | setRotationAngle (double rotationAngleInDegrees) |
Protected Attributes | |
| DtDe & | myDe |
| osg::ref_ptr < osg::PositionAttitudeTransform > | myPat |
| makVrv::DtExampleObject::DtExampleObject | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
The Constructor for a distributed object must take a DtDe and a Unique Id.
| virtual makVrv::DtExampleObject::~DtExampleObject | ( | ) | [virtual] |
| void makVrv::DtExampleObject::loadModel | ( | const std::string & | filename | ) |
| void makVrv::DtExampleObject::setRotationAngle | ( | double | rotationAngleInDegrees | ) |
DtDe& makVrv::DtExampleObject::myDe [protected] |
osg::ref_ptr<osg::PositionAttitudeTransform> makVrv::DtExampleObject::myPat [protected] |