nAppCamera Class Reference
[Application Subsystem]
#include <nappcamera.h>
Detailed Description
A simple application camera object. Derive subclasses if you need more advanced camera behaviour.(C) 2004 RadonLabs GmbH
Definition at line 17 of file nappcamera.h.
Public Member Functions | |
| nAppCamera () | |
| constructor | |
| virtual | ~nAppCamera () |
| destructor | |
| transform44 & | Transform () |
| access to the application camera's transform object | |
| const matrix44 & | GetViewMatrix () |
| return current view matrix | |
| void | SetFrameTime (nTime t) |
| set the current frame time | |
| nTime | GetFrameTime () const |
| get the current frame time | |
| virtual void | Reset () |
| reset the camera to the default position and orientation | |
| virtual void | Trigger () |
| do per-frame-work | |
Constructor & Destructor Documentation
|
|
constructor
Definition at line 10 of file nappcamera.cc. |
|
|
destructor
Definition at line 18 of file nappcamera.cc. |
Member Function Documentation
|
|
access to the application camera's transform object
Definition at line 47 of file nappcamera.h. |
|
|
return current view matrix
Definition at line 57 of file nappcamera.h. |
|
|
set the current frame time
Definition at line 67 of file nappcamera.h. |
|
|
get the current frame time
Definition at line 77 of file nappcamera.h. |
|
|
reset the camera to the default position and orientation
Definition at line 27 of file nappcamera.cc. |
|
|
do per-frame-work
Definition at line 39 of file nappcamera.cc. |
The documentation for this class was generated from the following files: