![]() |
VR-Forces 4.0.4 Class Documentation
|
DtTrackHistoryUpdater updates a track history model with the current position of the scene object it's attached to each tick. More...

Public Member Functions | |
| DtTrackHistoryUpdater (DtDe &de, DtUniqueID id, bool doNotAddToMgr=false) | |
| CTOR. | |
| virtual | ~DtTrackHistoryUpdater () |
| DTOR. | |
| virtual void | update (double simTime) |
| update the ribbon | |
| virtual void | setSceneObject (DtSceneObject *sceneObject) |
| sets the scene object to update via the id. | |
| virtual void | attachRibbonModel (DtUniqueID id) |
| attach a ribbon model to update (referenced by its unique ID) | |
Protected Attributes | |
| DtRibbonModel * | myModel |
| The model to update. | |
DtTrackHistoryUpdater updates a track history model with the current position of the scene object it's attached to each tick.
| makVrv::DtTrackHistoryUpdater::DtTrackHistoryUpdater | ( | DtDe & | de, |
| DtUniqueID | id, | ||
| bool | doNotAddToMgr = false |
||
| ) |
CTOR.
| virtual makVrv::DtTrackHistoryUpdater::~DtTrackHistoryUpdater | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtTrackHistoryUpdater::update | ( | double | simTime | ) | [virtual] |
update the ribbon
Implements makVrv::DtUpdater.
| virtual void makVrv::DtTrackHistoryUpdater::setSceneObject | ( | DtSceneObject * | sceneObject | ) | [virtual] |
sets the scene object to update via the id.
Reimplemented from makVrv::DtUpdater.
| virtual void makVrv::DtTrackHistoryUpdater::attachRibbonModel | ( | DtUniqueID | id | ) | [virtual] |
attach a ribbon model to update (referenced by its unique ID)
DtRibbonModel* makVrv::DtTrackHistoryUpdater::myModel [protected] |
The model to update.