GroundPlane
- class Communicator.GroundPlane()
Defines the invisible ground plane onto which simple shadows are projected.
See
View.setGroundPlane
Properties
If true, the model’s view axes will affect how the normal… |
|
The normal of the plane. |
|
Any point on the plane. If undefined, the plane will be… |
Properties
- Communicator.GroundPlane.followViewAxes
If
true
, the model’s view axes will affect how the normal is interpreted. A normal of[0,0,1]
will be aligned with the model’s up-vector.
- Communicator.GroundPlane.normal
The normal of the plane.
- Communicator.GroundPlane.position
Any point on the plane. If
undefined
, the plane will be positioned at the furthest extent of the model’s bounding box.