cullingPlanes property

List<Plane> cullingPlanes
getter/setter pair

Extra world-space planes used to reject bounded objects before drawing.

The visible half-space satisfies normal.dot(point) + constant >= 0. This supports horizon, portal, and application-defined occlusion culling. Objects with frustum culling disabled ignore these planes.

Implementation

List<Plane> cullingPlanes;