![]() |
VR-Forces 4.10 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 | ~DtDebugDrawCallbackInterface () |
| DTOR. 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 |
Private Member Functions | |
| DtDebugDrawCallbackInterface (const DtDebugDrawCallbackInterface &rhs)=delete | |
| not allowed More... | |
| DtDebugDrawCallbackInterface & | operator= (const DtDebugDrawCallbackInterface &rhs)=delete |
| not allowed More... | |
A simple interface for allowing the various systems to draw lines at the right time.
| makVrv::DtDebugDrawCallbackInterface::DtDebugDrawCallbackInterface | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
privatedelete |
not allowed
|
privatedelete |
not allowed
|
pure virtual |
virtual callback to allow subclass to draw lines
Implemented in makVrv::DtOsgLightDebugAdapter.
|
virtual |
Gizmo Renderer manager is getting shut down.
|
protected |