![]() |
VR-Forces 5.0.2 Developer's Guide
|
DtEntitySoundUpdater updates the sound with it's associated entity. syncs the position and velocity of the sound with the entity it attached.

Public Member Functions | |
| DtEntitySoundUpdater (DtDe &de, DtUniqueID id) | |
| virtual | ~DtEntitySoundUpdater () |
| virtual void | update (DtTime tNow) |
| virtual void | setSoundModel (DtSoundModel *soundModel) |
| virtual void | setAttachedSceneObjectId (DtUniqueID sceneObjectId) |
Public Member Functions inherited from makVrv::DtTickable | |
| virtual bool | needsUpdate (DtTime tNow) |
| virtual bool | updateIfNeeded (DtTime tNow) |
| virtual | ~DtTickable () |
| virtual void | setIsThreadSafe (bool safe) |
| virtual bool | isThreadSafe () const |
| virtual void | setTickableListState (TickableListState safeList) |
| virtual TickableListState | tickableListState () const |
| virtual void | setUpdatePeriod (unsigned int period) |
| virtual unsigned int | updatePeriod () const |
| virtual bool | lodSystemEnabled () const |
Protected Attributes | |
| DtDe & | myDe |
| DtUniqueID | myUniqueId |
| DtSoundModel * | mySoundModel |
| DtUniqueID | mySceneObjectId |
| DtDeadReckonUpdater * | myDeadReckonUpdater |
| DtSceneObject * | mySceneObject |
Protected Attributes inherited from makVrv::DtTickable | |
| DtTickableManagerInterface * | myManager |
| DtSignalConnectionManager | myConnections |
| unsigned int | myFrameCounter |
| unsigned int | myFrameToUpdate |
| unsigned int | myUpdatePeriod |
| DtTime | myLastUpdateTime |
| bool | myIsThreadSafe |
| TickableListState | myTickableListState |
Private Member Functions | |
| DtEntitySoundUpdater () | |
| DtEntitySoundUpdater (const DtEntitySoundUpdater &) | |
| DtEntitySoundUpdater & | operator= (const DtEntitySoundUpdater &) |
Additional Inherited Members | |
Public Types inherited from makVrv::DtTickable | |
| enum | TickableListState { TickableNotOnList, TickableOnMainList, TickableOnThreadSafeList } |
Protected Member Functions inherited from makVrv::DtTickable | |
| DtTickable (DtTickableManagerInterface *manager) | |
| DtTickable () | |
| virtual void | slot_managerAboutToBeDeleted () |
| makVrv::DtEntitySoundUpdater::DtEntitySoundUpdater | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
private |
Default Constructor not implemented – default constructor not allowed.
|
private |
Copy Constructor not implemented – Copy not allowed.
|
virtual |
update per tick.
Implements makVrv::DtTickable.
Reimplemented in makVrf::DtVrfEntitySoundUpdater.
|
virtual |
Sets the sound model that will get updated.
|
virtual |
Sets the scend id of the entity the sound attached.
|
private |
Assignment Operator not implemented – Copy not allowed.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |