15 #include <osg/PositionAttitudeTransform>
Contains makVrv::DtDe class.
Declaration of a custom object that manages a model and its properties.
Definition: MyObject.h:24
void createModel()
Create an OpenSceneGraph geometry.
void setRotationAngle(double rotationAngleInDegrees)
Set the rotation angle which gets called every tick.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
MyObject(makVrv::DtDe &de, makVrv::DtUniqueID id)
CTOR.
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
osg::ref_ptr< osg::PositionAttitudeTransform > myPat
Definition: MyObject.h:46
makVrv::DtDe & myDe
Definition: MyObject.h:45