Class Plane
Defined in: Plane.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Plane(distance, normal)
|
Method Attributes | Method Name and Description |
---|---|
distanceTo(point)
calculate distance from plane to point.
|
|
render(renderQueue, camera)
|
Method Detail
distanceTo(point)
calculate distance from plane to point.
distance is negative if the point is behind the plane.
- Parameters:
- point
render(renderQueue, camera)
Defined in: Plane.js.
- Parameters:
- renderQueue
- camera