📖 INDEX
LOADING ENGINE...
HemisphereLight
THREE.JS REFERENCE // hemispherelight
A light source positioned directly above the scene, with color fading from the sky to the ground.
Syntax
const light = new THREE.HemisphereLight(0xffffbb, 0x080820, 1);Examples
Example 01Basic Usage
const light = new THREE.HemisphereLight(0xffffbb, 0x080820, 1);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.