#include <Camera.h>
Public Methods | |
| CCamera () | |
| CCamera (float x, float y, float z, int width, int height) | |
| virtual | ~CCamera () |
| void | MoveCamera (float x, float y, float z) |
| void | ResizeViewport (float value) |
| void | SetWidth (int width) |
| void | SetHeight (int height) |
| void | UpdateWidth () |
| int | GetWidth () |
| int | GetHeight () |
| void | GlSzeneSized (int sceneWidth, int sceneHeight) |
| float | GetZ () |
Public Attributes | |
| float | x |
| float | y |
| float | z |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc2