Capítulo 726 de 859
Reference for SkeletonUtils.
import * as SkeletonUtils from 'three/addons/utils/SkeletonUtils.js';
Methods
| Method | Description |
|---|---|
.clone( source : Object3D ) : Object3D (inner) | Clones the given 3D object and its descendants, ensuring that any SkinnedMesh instances are correctly associated with their bones. Bones are also cloned, and must be descendants of the object passe… |
| `.retarget( target : Object3D | Skeleton, source : Object3D |
| `.retargetClip( target : Object3D, source : Object3D | Skeleton, clip : AnimationClip, options : module:SkeletonUtils~RetargetOptions ) : AnimationClip (inner)` |