computeVisibility
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.