18 class DtInstanceManager;
19 class DtScalingAlgorithm;
30 virtual void processRange(
unsigned int instanceOffset,
unsigned int instanceCount);
34 void scaleRange(
unsigned int instanceOffset,
unsigned int instanceCount);
Contains makVrv::DtInstanceProcessor declaration.
Contains makVrv::DtInstanceState declaration.
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DtDe & myDe
Definition: DtInstanceScalingProcessor.h:37
Manages data for instanced rendering system and kicks off DtInstanceProcessors to update instance sta...
Definition: DtInstanceManager.h:75
implements model scaling in a multi-threaded manner.
Definition: DtInstanceScalingProcessor.h:23
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtInstanceManager & myInstanceManager
Definition: DtInstanceScalingProcessor.h:38
Interface for a class that implements a per-frame instance processing step.
Definition: DtInstanceProcessor.h:21