Public Member Functions | |
MyVRApp (const std::string &mySetup) | |
virtual | ~MyVRApp () |
void | doUserInput (Array< VRG3D::EventRef > &events) |
void | doGraphics (RenderDevice *rd) |
Protected Attributes | |
Table< std::string, CoordinateFrame > | _trackerFrames |
GFontRef | _font |
MouseToTrackerRef | _mouseToTracker |
CoordinateFrame | _virtualToRoomSpace |
MyVRApp::MyVRApp | ( | const std::string & | mySetup | ) | [inline] |
References _mouseToTracker, and _virtualToRoomSpace.
virtual MyVRApp::~MyVRApp | ( | ) | [inline, virtual] |
void MyVRApp::doUserInput | ( | Array< VRG3D::EventRef > & | events | ) | [inline] |
References _mouseToTracker, _trackerFrames, and _virtualToRoomSpace.
void MyVRApp::doGraphics | ( | RenderDevice * | rd | ) | [inline] |
References _font, _trackerFrames, and _virtualToRoomSpace.
Table<std::string, CoordinateFrame> MyVRApp::_trackerFrames [protected] |
Referenced by doGraphics(), and doUserInput().
GFontRef MyVRApp::_font [protected] |
Referenced by doGraphics().
MouseToTrackerRef MyVRApp::_mouseToTracker [protected] |
Referenced by doUserInput(), and MyVRApp().
CoordinateFrame MyVRApp::_virtualToRoomSpace [protected] |
Referenced by doGraphics(), doUserInput(), and MyVRApp().