CameraPerspectiveBounds

struct CameraPerspectiveBounds

Description

CameraPerspectiveBounds is shortcut for holding camera perspective projection matrix fov, aspect ratio, near, far bounds.

Properties

fov

Field of view.

aspect

AspectRatio (typically Width / Height).

near

Z near depth clipping plane.

far

Z far depth clipping plane.

Constructors

CameraPerspectiveBounds(float fov, float aspect, float near, float far)

Creates a CameraPerspectiveBounds with defined values. [fov, aspect, near, far].

See Also

Camera

Last updated