NcEngine
nc::CameraProperties Struct Reference

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.
 

Detailed Description

Properties for controlling a camera's frustum.


The documentation for this struct was generated from the following file: