📖 INDEX
LOADING ENGINE...
RectAreaLight
THREE.JS REFERENCE // rectarealight
Emits light uniformly across the face a rectangular plane.
Syntax
const light = new THREE.RectAreaLight(0xffffff, 1, 10, 10);Examples
Example 01Basic Usage
const light = new THREE.RectAreaLight(0xffffff, 1, 10, 10);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.