![]() |
VR-Forces 4.8 Class Documentation
|
Helps attach the drawable to the scene graph. More...

Public Member Functions | |
| DtOsgGizmoTransform () | |
| CTOR. More... | |
| ~DtOsgGizmoTransform () | |
| DTOR. More... | |
| virtual osg::Object * | clone (const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) const |
| Clone this object. More... | |
| virtual bool | computeWorldToLocalMatrix (osg::Matrix &matrix, osg::NodeVisitor *nv) const |
| Transform to position relative to camera. More... | |
| virtual bool | computeLocalToWorldMatrix (osg::Matrix &matrix, osg::NodeVisitor *nv) const |
| Transform to position relative to camera. More... | |
Private Member Functions | |
| DtOsgGizmoTransform (const DtOsgGizmoTransform &ob, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| Copy CTOR. More... | |
Helps attach the drawable to the scene graph.
| makVrv::DtOsgGizmoTransform::DtOsgGizmoTransform | ( | ) |
CTOR.
| makVrv::DtOsgGizmoTransform::~DtOsgGizmoTransform | ( | ) |
DTOR.
|
private |
Copy CTOR.
|
virtual |
Clone this object.
|
virtual |
Transform to position relative to camera.
Used here to strip out the translation portion of the view matrix to allow camera relative rendering of instances
|
virtual |
Transform to position relative to camera.