|
vtlib library
|

Public Member Functions | |
| void | Eval () |
| void | OnKey (int key, int flags) |
| Virtual handler, to catch keyboard events, can be overridden by your engine class. | |
Implementation of a Quake-like navigation engine. Mouse position rotates the view direction, and keyboard input moves the view position.
| void QuakeFlyer::Eval | ( | ) | [virtual] |
Virtual handler, will be called every frame to do the work of the engine. You must override this if you want your engine to be useful.
Reimplemented from vtTerrainFlyer.
1.7.4