![]() |
VR-Forces 4.10 Class Documentation
|
A simple interface for allowing the qt particle editor to draw lines at the right time. More...

Public Member Functions | |
| DtFxDebugDrawCallbackInterface () | |
| CTOR. More... | |
| virtual void | drawDebugLines (const bdiFarPosition &eyePoint, const bdiMat4f &geocentricMatrix, bdiVec3fArray &verts, bdiVec4fArray &colors)=0 |
| virtual callback to allow subclass to draw lines More... | |
| virtual void | systemShutDown ()=0 |
| particle manager is getting shut down. More... | |
A simple interface for allowing the qt particle editor to draw lines at the right time.
|
inline |
CTOR.
|
pure virtual |
virtual callback to allow subclass to draw lines
Implemented in makVrv::bdiQWidgetParticleSystem.
|
pure virtual |
particle manager is getting shut down.
Implemented in makVrv::bdiQWidgetParticleSystem.