Last updated
Last updated
fov
Field of view.
aspect
Aspect ratio (typically Width / Height).
near
Z near depth clipping plane.
far
Z far depth clipping plane.
CameraPerspectiveBounds(float fov, float aspect, float near, float far)
Creates a camera perspective bounds with defined values.
struct CameraPerspectiveBounds