enum FrustumPlane

Clip planes that form the camera frustum (visible area).

Values

NameValueDescription
FRUSTUM_PLANE_LEFT 0
FRUSTUM_PLANE_RIGHT 1
FRUSTUM_PLANE_TOP 2
FRUSTUM_PLANE_BOTTOM 3
FRUSTUM_PLANE_FAR 4
FRUSTUM_PLANE_NEAR 5