SkeletonUtils
优质
小牛编辑
126浏览
2023-12-01
Utility functions for Skeleton, SkinnedMesh, and Bone manipulation.
Methods
.clone ( object : Object3D ) : Object3D
Clones the given 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 passed to this method. Other data, like geometries and materials, are reused by reference.