new AxBoundingVolume()
Represents the bounding volume of a volumetric object
- Source:
Methods
InsideViewFrustum(viewFrustum) → {Boolean}
Returns whether the bounding volume is inside the view frustum of the given camera
Parameters:
Name |
Type |
Description |
viewFrustum |
AxMatrix
|
The world-view-projection transformation to check against |
- Source:
Returns:
True if the bounding volume is in the given transormation's view frustum
-
Type
-
Boolean