5 #ifndef DtExampleObject_H_
6 #define DtExampleObject_H_
11 #include <osg/PositionAttitudeTransform>
DtExampleObject(DtDe &de, DtUniqueID id)
The Constructor for a distributed object must take a DtDe and a Unique Id.
Contains makVrv::DtDe class.
virtual ~DtExampleObject()
Virtual DTOR.
Definition: DtExampleObject.h:17
void loadModel(const std::string &filename)
Load the provided model.
void setRotationAngle(double rotationAngleInDegrees)
Set the new rotation angle of the model.
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
osg::ref_ptr< osg::PositionAttitudeTransform > myPat
Definition: DtExampleObject.h:37
DtDe & myDe
Definition: DtExampleObject.h:36