fovY property

double fovY
getter/setter pair

The fovY is the field of view in Y (degrees) when the projection is CameraProjection.perspective otherwise it is used as the near plane when the projection is CameraProjection.orthographic.

Implementation

double fovY;