computeVisibility

fun computeVisibility(boundingVolume: ERROR CLASS: Symbol not found for JsAny): 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