new CullingVolume
The culling volume defined by planes.
Parameters:
Name | Type | Description |
---|---|---|
Array |
planes An array of clipping planes. |
Source:
Members
-
planes :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
-
getVisibility
-
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.