📖 INDEX
LOADING ENGINE...
Layers
THREE.JS REFERENCE // layers
A Layers object assigns an Object3D to 1 or more of 32 layers numbered 0 to 31.
Syntax
const layers = new THREE.Layers();Examples
Example 01Basic Usage
const layers = new THREE.Layers();Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.