WorldCameraProps struct reference


Stores the parameters of the camera.

Variables documentation

float fFieldOfViev = 60.0f;

Describes the field of view.


float fNear = 0.1f;

Describes the distance of the close plan.


float fFar = 1000.0f;

Describes the distance of the far plan.