Class Frustum
Defined in: Frustum.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Frustum()
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
Frustum.calculatePlane(point1, point2, point3)
calculates a plane from 3 points.
|
| <static> |
Frustum.fromCamera(camera)
|
|
isOutside(aabb)
check whether the aabb is completely outside the frustum or not
|
Method Detail
<static>
Frustum.calculatePlane(point1, point2, point3)
calculates a plane from 3 points.
p3 / \ normal / \ .~� / \.~� p1 � \ `. \ `. \ ` p2
- Parameters:
- point1
- point2
- point3
<static>
Frustum.fromCamera(camera)
- Parameters:
- camera
isOutside(aabb)
check whether the aabb is completely outside the frustum or not
- Parameters:
- aabb