![]() |
VR-Forces 4.0.4 Class Documentation
|
A model of a decal ribbon effect. More...

Public Member Functions | |
| DtDecalModel (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| virtual | ~DtDecalModel () |
| DTOR. | |
| virtual void | setModelDefinition (const std::string &str)=0 |
| Override the default model definition function. | |
| virtual std::string | className () const =0 |
| Get the class name of the model instance owner. | |
| virtual void | setOcclusionEnabled (bool enabled)=0 |
| Enable or disable occlusion of the ribbon by other objects in the scene. | |
| virtual void | update ()=0 |
| Update the ribbon. | |
A model of a decal ribbon effect.
| makVrv::DtDecalModel::DtDecalModel | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
| virtual makVrv::DtDecalModel::~DtDecalModel | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtDecalModel::setModelDefinition | ( | const std::string & | str | ) | [pure virtual] |
Override the default model definition function.
Reimplemented from makVrv::DtModel.
Implemented in makVrv::DtOsgDecalModel.
| virtual std::string makVrv::DtDecalModel::className | ( | ) | const [pure virtual] |
Get the class name of the model instance owner.
This is used to control how model instances are created.
Reimplemented from makVrv::DtModel.
Implemented in makVrv::DtOsgDecalModel.
| virtual void makVrv::DtDecalModel::setOcclusionEnabled | ( | bool | enabled | ) | [pure virtual] |
Enable or disable occlusion of the ribbon by other objects in the scene.
Implemented in makVrv::DtOsgDecalModel.
| virtual void makVrv::DtDecalModel::update | ( | ) | [pure virtual] |
Update the ribbon.
Implemented in makVrv::DtOsgDecalModel.