30 virtual void drawDebugLines(
const bdiFarPosition& eyePoint,
const bdiMat4f& geocentricMatrix,
31 bdiVec3fArray& verts, bdiVec4fArray& colors) = 0;
34 virtual void systemShutDown() = 0;
#define DT_DLL_VRVFX
Definition: vrvFx.h:20
Contains DLL export macros.
DtFxDebugDrawCallbackInterface()
CTOR.
Definition: DtFxDebugDrawCallbackInterface.h:27
A simple interface for allowing the qt particle editor to draw lines at the right time...
Definition: DtFxDebugDrawCallbackInterface.h:23