📖 INDEX
LOADING ENGINE...
SpotLightHelper
THREE.JS REFERENCE // spotlighthelper
This displays a cone shaped helper object for a SpotLight.
Syntax
const helper = new THREE.SpotLightHelper(light);Examples
Example 01Basic Usage
const helper = new THREE.SpotLightHelper(light);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.