|
openscenegraph
|
Public Member Functions | |
| HUDTransform (HUDSettings *hudSettings) | |
| virtual bool | computeLocalToWorldMatrix (osg::Matrix &matrix, osg::NodeVisitor *nv) const |
| virtual bool | computeWorldToLocalMatrix (osg::Matrix &matrix, osg::NodeVisitor *) const |
Protected Member Functions | |
| virtual | ~HUDTransform () |
Protected Attributes | |
| osg::ref_ptr< HUDSettings > | _hudSettings |
| osgPresentation::HUDTransform::HUDTransform | ( | HUDSettings * | hudSettings | ) |
| virtual osgPresentation::HUDTransform::~HUDTransform | ( | ) | [protected, virtual] |
| virtual bool osgPresentation::HUDTransform::computeLocalToWorldMatrix | ( | osg::Matrix & | matrix, |
| osg::NodeVisitor * | nv | ||
| ) | const [virtual] |
Reimplemented from osg::Transform.
| virtual bool osgPresentation::HUDTransform::computeWorldToLocalMatrix | ( | osg::Matrix & | matrix, |
| osg::NodeVisitor * | |||
| ) | const [virtual] |
Reimplemented from osg::Transform.
1.7.6.1