Public Member Functions | |
| KCameraOGL (float Fov, float Aspect, float Near, float Far) | |
| virtual | ~KCameraOGL () |
| virtual void | ComputeMatrix () |
| virtual void | Translate (float x, float y, float z) |
| virtual KVector | GetPos () |
| virtual void | SetPos (float x, float y, float z) |
| void | GetAxes (KVector &vRight, KVector &vUp, KVector &vView) |
Definition at line 18 of file CameraOGL.h.
1.5.1-p1