|
Osiris Framework
0.2
|
This is the complete list of members for OCamera, including all inherited members.
| aspectRatio() const | OCamera | |
| direction() const | OCamera | |
| farLimit() const | OCamera | |
| fieldOfViewDegrees() const | OCamera | |
| nearLimit() const | OCamera | |
| OCamera(float fieldOfViewDeg=45.0f, float aspectRatio=4.0f/3, float zNear=1.0f, float zFar=5.0f, const OVector3 &pos=OVector3(0, 0,-1), const OVector3 &dir=OVector3(0, 0, 1)) | OCamera | |
| position() const | OCamera | |
| setAspectRatio(float value) | OCamera | |
| setCameraLimits(float zNear, float zFar) | OCamera | |
| setDirection(const OVector3 &direction) | OCamera | |
| setFieldOfView(float valueDeg) | OCamera | |
| setPosition(const OVector3 &position) | OCamera | |
| transform() | OCamera | |
| ~OCamera() | OCamera | virtual |