cubos::engine::PerspectiveCamera struct

Component which defines parameters of a perspective camera used to render the world.

Public variables

bool active
Whether the camera is drawing to a target.
float fovY
Vertical field of view in degrees.
float zNear
Near clipping plane.
float zFar
Far clipping plane.