Capítulo 326 de 859
A helper object to visualize an instance of Plane.
const plane = new THREE.Plane( new THREE.Vector3( 1, 1, 0.2 ), 3 );
const helper = new THREE.PlaneHelper( plane, 1, 0xffff00 );
scene.add( helper );
Constructor
| Signature |
|---|
| `new PlaneHelper( plane : Plane, size : number, hex : number |
Properties
| Property | Description |
|---|---|
.plane : Plane | The plane being visualized. |
.size : number | The side length of plane helper. |
Methods
| Method | Description |
|---|---|
.dispose() | Updates the helper to match the position and direction of the light being visualized. |