![]() |
VR-Forces 4.8 Class Documentation
|
A simple interface for allowing the various systems to draw lines at the right time. More...

Public Member Functions | |
| DtDebugDrawCallbackInterface (DtDe &de) | |
| CTOR. More... | |
| virtual void | drawDebugLines (osg::RenderInfo &renderInfo, const osg::Vec3d &eyePoint, DtOsgGizmoRenderer *renderer)=0 |
| virtual callback to allow subclass to draw lines More... | |
| virtual void | systemShutDown () |
| Gizmo Renderer manager is getting shut down. More... | |
Protected Attributes | |
| DtDe & | myDe |
A simple interface for allowing the various systems to draw lines at the right time.
|
inline |
CTOR.
|
pure virtual |
virtual callback to allow subclass to draw lines
Implemented in makVrv::DtOsgLightDebugAdapter.
|
inlinevirtual |
Gizmo Renderer manager is getting shut down.
|
protected |