📖 INDEX
LOADING ENGINE...
Euler
THREE.JS REFERENCE // euler
A class representing Euler Angles.
Syntax
const e = new THREE.Euler(0, 1, 1.57, 'XYZ');Examples
Example 01Basic Usage
const e = new THREE.Euler(0, 1, 1.57, 'XYZ');Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.