📖 INDEX
LOADING ENGINE...
DirectionalLightHelper
THREE.JS REFERENCE // directionallighthelper
Helper object to assist with visualizing a DirectionalLight's effect on the scene.
Syntax
const helper = new THREE.DirectionalLightHelper(light, 5);Examples
Example 01Basic Usage
const helper = new THREE.DirectionalLightHelper(light, 5);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.