vtlib library
Public Member Functions
QuakeFlyer Class Reference
Inheritance diagram for QuakeFlyer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void Eval ()
void OnKey (int key, int flags)
 Virtual handler, to catch keyboard events, can be overridden by your engine class.

Detailed Description

Implementation of a Quake-like navigation engine. Mouse position rotates the view direction, and keyboard input moves the view position.


Member Function Documentation

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.

 All Classes Files Functions Variables Friends