computeVisibility

fun computeVisibility(boundingVolume: Any): Intersect(source)

Determines whether a bounding volume intersects the culling volume.

Return

Intersect.OUTSIDE, Intersect.INTERSECTING, or Intersect.INSIDE.

Parameters

boundingVolume

The bounding volume whose intersection with the culling volume is to be tested.

See also