📖 INDEX
LOADING ENGINE...
Skeleton
THREE.JS REFERENCE // skeleton
Use an array of Bones to create a skeleton that can be used by a SkinnedMesh.
Syntax
const skeleton = new THREE.Skeleton(bones);Examples
Example 01Basic Usage
const skeleton = new THREE.Skeleton(bones);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.