📖 INDEX
LOADING ENGINE...
Sprite
THREE.JS REFERENCE // sprite
A sprite is a plane that always faces towards the camera.
Syntax
const sprite = new THREE.Sprite(material);Examples
Example 01Basic Usage
const sprite = new THREE.Sprite(material);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.