![]() |
VR-Forces 4.8 Class Documentation
|
implements model scaling in a multi-threaded manner. More...

Public Member Functions | |
| DtInstanceScalingProcessor (DtInstanceManager &instanceManager, DtDe &de) | |
| virtual | ~DtInstanceScalingProcessor () |
| virtual void | processRange (unsigned int instanceOffset, unsigned int instanceCount) |
| Process the specified range of instances, with instanceStride drawables per instance. More... | |
Public Member Functions inherited from makVrv::DtInstanceProcessor | |
| DtInstanceProcessor (const char *name) | |
| virtual | ~DtInstanceProcessor () |
| DTOR. More... | |
Protected Member Functions | |
| void | scaleRange (unsigned int instanceOffset, unsigned int instanceCount) |
Protected Attributes | |
| DtDe & | myDe |
| DtInstanceManager & | myInstanceManager |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtInstanceProcessor | |
| std::string | myName |
implements model scaling in a multi-threaded manner.
| makVrv::DtInstanceScalingProcessor::DtInstanceScalingProcessor | ( | DtInstanceManager & | instanceManager, |
| DtDe & | de | ||
| ) |
|
virtual |
|
virtual |
Process the specified range of instances, with instanceStride drawables per instance.
Must be threadsafe
Implements makVrv::DtInstanceProcessor.
|
protected |
|
protected |
|
protected |