FrustumPlanes.Containment Enumeration

Describes the degree to which an object is contained within the planes of a Frustum.

see FrustumPlanes.computeContainment, for example.

Members

Name Value Description
Outside 0 The object is entirely outside of the frustum, intersecting none of its planes.
Partial 1 The object intersects at least one of the frustum planes. placing it partially inside of the frustum.
Inside 2 The object is entirely inside of the frustum, intersecting none of its planes.

Defined in

Last Updated: 20 June, 2023