#include <TextHUD.h>
Public Member Functions | |
osg::Camera * | createCamera (void) |
osg::Node * | createText (void) |
osg::Camera * | getHudCamera (void) |
void | setCameraText (const std::string &mode) |
void | setSceneText (const std::string &preset) |
TextHUD (void) | |
Private Attributes | |
osg::ref_ptr< osg::Camera > | _camera |
osg::ref_ptr< osgText::Text > | _cameraModeText |
osg::ref_ptr< osgText::Text > | _modeText |
TextHUD::TextHUD | ( | void | ) | [inline] |
osg::Camera* TextHUD::createCamera | ( | void | ) | [inline] |
osg::Node* TextHUD::createText | ( | void | ) | [inline] |
osg::Camera* TextHUD::getHudCamera | ( | void | ) | [inline] |
void TextHUD::setCameraText | ( | const std::string & | mode | ) | [inline] |
void TextHUD::setSceneText | ( | const std::string & | preset | ) | [inline] |
osg::ref_ptr<osg::Camera> TextHUD::_camera [private] |
osg::ref_ptr<osgText::Text> TextHUD::_cameraModeText [private] |
osg::ref_ptr<osgText::Text> TextHUD::_modeText [private] |