31 virtual void updateSize(
double animationScale);
osg::Vec3 myMinSize
Definition: DtExampleModelInstance.h:40
osg::Vec3 myCurrentSize
Definition: DtExampleModelInstance.h:42
virtual ~DtExampleModelInstance()
Definition: DtExampleModelInstance.h:22
osg::Vec3 myMaxSize
Definition: DtExampleModelInstance.h:41
Contains makVrv::DtOsgModelInstance class.
virtual void setVisible(bool isVisible)
Set whether the model is visible or not.
The base class for simple OSG based model instances. This call can't be instantiated itself...
Definition: DtOsgModelInstance.h:77
virtual void updateSize(double animationScale)
virtual void changeSideSize(int side, double deltaChange)
Definition: DtExampleModelInstance.h:15
DtExampleModelInstance(DtDe &de, double halfLength, double animateRate)
CTOR.
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::Vec3 myAnimateRate
Definition: DtExampleModelInstance.h:44