📖 INDEX
LOADING ENGINE...
PlaneHelper
THREE.JS REFERENCE // planehelper
Helper object to visualize a Plane.
Syntax
const helper = new THREE.PlaneHelper(plane, 1, 0xffff00);Examples
Example 01Basic Usage
const helper = new THREE.PlaneHelper(plane, 1, 0xffff00);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.