Constructor
new PlaneHelper( plane : Plane, size : number, hex : number | Color | string )
Constructs a new plane helper.
plane |
The plane to be visualized. |
size |
The side length of plane helper. |
hex |
The helper's color. |
Properties
.size : number
The side length of plane helper.
Default is 1.
Methods
.dispose()
Updates the helper to match the position and direction of the light being visualized.