You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.0 KiB
62 lines
2.0 KiB
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<base href="../../../" />
|
||
|
<script src="page.js"></script>
|
||
|
<link type="text/css" rel="stylesheet" href="page.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>[name]</h1>
|
||
|
|
||
|
<p class="desc">Utility functions for [page:Skeleton], [page:SkinnedMesh], and [page:Bone] manipulation.</p>
|
||
|
|
||
|
|
||
|
<h2>Methods</h2>
|
||
|
|
||
|
<h3>[method:Object3D clone]( [param:Object3D object] )</h3>
|
||
|
<p>
|
||
|
Clones the given object and its descendants, ensuring that any [page: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.
|
||
|
</p>
|
||
|
|
||
|
<h3>[method:Object findBoneTrackData]( [param:String name], [param:Array tracks] )</h3>
|
||
|
<p></p>
|
||
|
|
||
|
<h3>[method:Bone getBoneByName]( [param:String name], [param:Skeleton skeleton] )</h3>
|
||
|
<p></p>
|
||
|
|
||
|
<h3>[method:Array getBones]( [param:Skeleton skeleton] )</h3>
|
||
|
<p></p>
|
||
|
|
||
|
<h3>[method:Array getEqualsBonesNames]( [param:Skeleton skeleton], [param:Skeleton targetSkeleton] )</h3>
|
||
|
<p></p>
|
||
|
|
||
|
<h3>[method:SkeletonHelper getHelperFromSkeleton]( [param:Skeleton skeleton] )</h3>
|
||
|
<p></p>
|
||
|
|
||
|
<h3>[method:Bone getNearestBone]( [param:Bone bone], [param:Array names] )</h3>
|
||
|
<p></p>
|
||
|
|
||
|
<h3>[method:Object getSkeletonOffsets]( [param:SkeletonHelper target], [param:SkeletonHelper source], [param:Object options] )</h3>
|
||
|
<p></p>
|
||
|
|
||
|
<h3>[method:this renameBones]( [param:Skeleton skeleton], [param:Array names] )</h3>
|
||
|
<p></p>
|
||
|
|
||
|
<h3>[method:undefined retarget]( [param:SkeletonHelper target], [param:SkeletonHelper source], [param:Object options] )</h3>
|
||
|
<p></p>
|
||
|
|
||
|
<h3>[method:AnimationClip retargetClip]( [param:SkeletonHelper target], [param:SkeletonHelper source], [param:AnimationClip clip], [param:Object options] )</h3>
|
||
|
<p></p>
|
||
|
|
||
|
<h2>Source</h2>
|
||
|
|
||
|
<p>
|
||
|
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/utils/SkeletonUtils.js examples/jsm/utils/SkeletonUtils.js]
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|