vtPanoFlyer Class Reference
[Navigation]
List of all members.
|
Public Member Functions |
| void | Eval () |
Detailed Description
This engine looks the viewpoint around using the mouse position. Movement is only done when left mouse button is pressed. Right mouse button is a holdover from
vtFlyer.
- No buttons: pitch, yaw
- Left button: forward
- Right button: up/dn, left/right
Position is considered relative to the center of the window.
Member Function Documentation
| void vtPanoFlyer::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.