📖 INDEX
LOADING ENGINE...
AnimationClip
THREE.JS REFERENCE // animationclip
An AnimationClip is a reusable set of keyframe tracks which represent an animation.
Syntax
const clip = new THREE.AnimationClip('Action', 3, [track]);Examples
Example 01Basic Usage
const clip = new THREE.AnimationClip('Action', 3, [track]);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.