|
openscenegraph
|
Public Member Functions | |
| HUDSettings (double slideDistance, float eyeOffset, unsigned int leftMask, unsigned int rightMask) | |
| virtual bool | getModelViewMatrix (osg::Matrix &matrix, osg::NodeVisitor *nv) const |
| virtual bool | getInverseModelViewMatrix (osg::Matrix &matrix, osg::NodeVisitor *nv) const |
Public Attributes | |
| double | _slideDistance |
| double | _eyeOffset |
| unsigned int | _leftMask |
| unsigned int | _rightMask |
Protected Member Functions | |
| virtual | ~HUDSettings () |
| osgPresentation::HUDSettings::HUDSettings | ( | double | slideDistance, |
| float | eyeOffset, | ||
| unsigned int | leftMask, | ||
| unsigned int | rightMask | ||
| ) |
| virtual osgPresentation::HUDSettings::~HUDSettings | ( | ) | [protected, virtual] |
| virtual bool osgPresentation::HUDSettings::getInverseModelViewMatrix | ( | osg::Matrix & | matrix, |
| osg::NodeVisitor * | nv | ||
| ) | const [virtual] |
| virtual bool osgPresentation::HUDSettings::getModelViewMatrix | ( | osg::Matrix & | matrix, |
| osg::NodeVisitor * | nv | ||
| ) | const [virtual] |
| unsigned int osgPresentation::HUDSettings::_leftMask |
| unsigned int osgPresentation::HUDSettings::_rightMask |
1.7.6.1