📖 INDEX
LOADING ENGINE...
AnimationObjectGroup
THREE.JS REFERENCE // animationobjectgroup
A group of objects that receives a shared animation state.
Syntax
const group = new THREE.AnimationObjectGroup(obj1, obj2);Examples
Example 01Basic Usage
const group = new THREE.AnimationObjectGroup(obj1, obj2);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.