#include <vrj/Draw/OGL/GlSimInterface.h>
Inheritance diagram for vrj::GlSimInterface:


Public Member Functions | |
| virtual | ~GlSimInterface () |
| virtual void | draw (const float scaleFactor)=0 |
| Draws this sim device using the given information about the Window it will be drawing into. | |
| virtual void | setKeyboardMouse (gadget::KeyboardMouseInterface kmInterface)=0 |
| Sets the keyboard/mouse device the simulator can use to get input from the user. | |
Definition at line 50 of file GlSimInterface.h.
| virtual vrj::GlSimInterface::~GlSimInterface | ( | ) | [inline, virtual] |
| virtual void vrj::GlSimInterface::draw | ( | const float | scaleFactor | ) | [pure virtual] |
Draws this sim device using the given information about the Window it will be drawing into.
Implemented in vrj::GlBasicSimulator.
| virtual void vrj::GlSimInterface::setKeyboardMouse | ( | gadget::KeyboardMouseInterface | kmInterface | ) | [pure virtual] |
Sets the keyboard/mouse device the simulator can use to get input from the user.
Implemented in vrj::GlBasicSimulator.
1.5.1