virtual void setModelScalingEnabled(bool b)
virtual void setPosition(int vtx, const DtVector &position)
Set the position of a control vertex in the model.
int visualizerType() const
The visualizer type determines which channel-specific group node this model will be parented to...
virtual void removeFromScene()
Virtual Functions to be implemented, remove this model from the scene.
virtual void setIsSupportModel(bool isSupport)
Is this model part of the support group? (determines whether or not other scene objects can ground cl...
DtOsgSceneConnector is used by models to create an OSG position/orientation transform so that it can ...
Definition: DtOsgSceneConnector.h:76
virtual void setSolid(bool isSolid)
Set whether or not other this model is drawn filled in.
virtual const DtTaitBryan & orientation(int vtx=0) const
Get the Orientation of a given point.
DtUniqueID mySceneObjectId
Definition: DtExampleModel.h:62
virtual const DtVector & position(int vtx=0) const
Get the Position of a given point.
virtual void addToScene(const DtUniqueID &sceneObjectId, int modelSet, int visualizerType)
Virtual Functions to be implemented, add this model to the scene.
DtOsgSceneConnector * mySceneConnector
Definition: DtExampleModel.h:60
virtual void setOrientation(int vtx, const DtTaitBryan &orientation)
Set the orientation of a vertex in the model.
Contains makVrv::DtOsgSceneConnector class.
Definition: DtExampleModel.h:16
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Contains makVrv::DtModel class.
virtual int modelSet() const
Get the model set this model is part of.
virtual void setLocalModelScalingEnabled(bool enabled)
virtual ~DtExampleModel()
A model which owns a single model instance.
Definition: DtModel.h:56
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
virtual void setLocalModelScalingAmount(float localScl)
DtExampleModel(DtDe &de, DtUniqueID id, double halfLength, double animateRate)
DtDe & de()
Get the DtDe object.
Definition: DtModel.h:180
virtual void setVisible(bool isVisible)
Set the visible state of the model.