📖 INDEX
LOADING ENGINE...
PointLightHelper
THREE.JS REFERENCE // pointlighthelper
This displays a helper object consisting of a spherical Mesh for visualizing a PointLight.
Syntax
const helper = new THREE.PointLightHelper(light, 1);Examples
Example 01Basic Usage
const helper = new THREE.PointLightHelper(light, 1);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.