![]() |
VR-Forces 4.8 Class Documentation
|
Process per-instance sequences (flipbook animations) More...

Public Member Functions | |
| DtInstanceSequenceProcessor (DtInstanceManager &instanceManager) | |
| CTOR. More... | |
| virtual | ~DtInstanceSequenceProcessor () |
| DTOR. More... | |
| virtual void | processRange (unsigned int instanceOffset, unsigned int instanceCount) |
| Process instances in the specified range. More... | |
Public Member Functions inherited from makVrv::DtInstanceProcessor | |
| DtInstanceProcessor (const char *name) | |
| virtual | ~DtInstanceProcessor () |
| DTOR. More... | |
Protected Member Functions | |
| void | updateSequenceRange (unsigned int instanceOffset, unsigned int instanceCount) |
| Update sequences in specified range of instances. More... | |
| void | updateSequences (const ArrayRange &sequenceRange, unsigned int drawableOffset) |
| Update sequences for one instance. More... | |
Protected Attributes | |
| DtInstanceManager & | myInstanceManager |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtInstanceProcessor | |
| std::string | myName |
Process per-instance sequences (flipbook animations)
| makVrv::DtInstanceSequenceProcessor::DtInstanceSequenceProcessor | ( | DtInstanceManager & | instanceManager | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Process instances in the specified range.
Implements makVrv::DtInstanceProcessor.
|
protected |
Update sequences in specified range of instances.
|
protected |
Update sequences for one instance.
|
protected |