📖 INDEX
LOADING ENGINE...
HemisphereLightHelper
THREE.JS REFERENCE // hemispherelighthelper
Creates a visual aid consisting of a spherical Mesh for a HemisphereLight.
Syntax
const helper = new THREE.HemisphereLightHelper(light, 5);Examples
Example 01Basic Usage
const helper = new THREE.HemisphereLightHelper(light, 5);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.