NcEngine
|
Properties for controlling a camera's frustum. More...
#include <Camera.h>
Public Attributes | |
float | fov = 1.0472f |
Camera field of view in radians. | |
float | nearClip = 0.1f |
Distance to near clipping plane. Must be greater than 0. | |
float | farClip = 400.0f |
Distance to far clipping plane. Must be greater than nearClip. | |
Properties for controlling a camera's frustum.