![]() |
VR-Forces 4.3.1 Class Documentation
|
DtDynamicFeatureTickable is a tickable with extra information from .meta files for parameters for updating. More...

Public Member Functions | |
| DtDynamicFeatureTickable (DtDe &de, DtElementID elementId, DtUniqueID sceneObjectId, DtUniqueID uniqueId, bool useInstancing, unsigned int nodeTypeIndex) | |
| CTOR. | |
| virtual | ~DtDynamicFeatureTickable () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtTickable | |
| virtual bool | needsUpdate (DtTime tNow) |
| The check function called by DtTickableManager to verify if an update is required. | |
| virtual void | update (DtTime tNow)=0 |
| The update function called by DtTickableManager during update-ticks. | |
| virtual | ~DtTickable () |
| Virtual DTOR. | |
| virtual void | setUpdatePeriod (unsigned int period) |
| Specify how often (in # of frames) this tickable should call update. | |
| virtual unsigned int | updatePeriod () const |
| Specify how often (in # of frames) this tickable should call update. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Protected Attributes | |
| DtDe & | myDe |
| The display engine. | |
| DtElementID | myElementId |
| Object element id. | |
| DtUniqueID | mySceneObjectId |
| To retrieve the scene object if needed. | |
| DtInstanceManager & | myInstanceManager |
| The instance manager in case we have instancing on. | |
| bool | myUseInstancing |
| Is instancing enabled? | |
| unsigned int | myNodeTypeIndex |
| For the node type used in the tickable, the index in the instancing array for that node type (so we update the right one) | |
| DtUniqueID | myUniqueId |
| For retrieving the instance state from the instance manager. | |
| std::string | myFeatureName |
| The name of the feature in the .meta file. | |
Protected Attributes inherited from makVrv::DtTickable | |
| DtTickableManagerInterface * | myManager |
| Pointer to manager for removal during destruction. | |
| DtSignalConnectionManager | myConnections |
| unsigned int | myFrameCounter |
| unsigned int | myFrameToUpdate |
| unsigned int | myUpdatePeriod |
Additional Inherited Members | |
Protected Member Functions inherited from makVrv::DtTickable | |
| DtTickable (DtTickableManagerInterface *manager) | |
| CTOR. | |
| DtTickable () | |
| Unimplemented default CTOR. | |
| virtual void | slot_managerAboutToBeDeleted () |
DtDynamicFeatureTickable is a tickable with extra information from .meta files for parameters for updating.
| makVrv::DtDynamicFeatureTickable::DtDynamicFeatureTickable | ( | DtDe & | de, |
| DtElementID | elementId, | ||
| DtUniqueID | sceneObjectId, | ||
| DtUniqueID | uniqueId, | ||
| bool | useInstancing, | ||
| unsigned int | nodeTypeIndex | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protected |
The display engine.
|
protected |
Object element id.
|
protected |
To retrieve the scene object if needed.
|
protected |
The instance manager in case we have instancing on.
|
protected |
Is instancing enabled?
|
protected |
For the node type used in the tickable, the index in the instancing array for that node type (so we update the right one)
|
protected |
For retrieving the instance state from the instance manager.
|
protected |
The name of the feature in the .meta file.