#include <camera.h>
Public Attributes | |
| GLdouble | fovx |
| field of view in X axis | |
| GLdouble | aspect |
| height / width (?) ratio | |
| GLdouble | zNear |
| near distance | |
| GLdouble | zFar |
| far distance | |
Definition at line 15 of file camera.h.
|
|
height / width (?) ratio
Definition at line 17 of file camera.h. Referenced by Camera::computePerspective(), and Camera::setPerspective(). |
|
|
field of view in X axis
Definition at line 17 of file camera.h. Referenced by Camera::computePerspective(), and Camera::setPerspective(). |
|
|
far distance
Definition at line 17 of file camera.h. Referenced by Camera::computePerspective(), and Camera::setPerspective(). |
|
|
near distance
Definition at line 17 of file camera.h. Referenced by Camera::computePerspective(), and Camera::setPerspective(). |
1.4.5