CullingVolume

CullingVolume

new

The culling volume defined by planes.

Parameters:
Name Type Description
Array planes An array of clipping planes.
Source:

Members

:Array

Each plane is represented by a Cartesian4 object, where the x, y, and z components define the unit vector normal to the plane, and the w component is the distance of the plane from the origin.
Default Value:
  • []

Methods

Determines whether a bounding volume intersects the culling volume.

Parameters:
Name Type Description
boundingVolume Object The bounding volume whose intersection with the culling volume is to be tested.
Returns:
Intersect Intersect.OUTSIDE, Intersect.INTERSECTING, or Intersect.INSIDE.