diff --git a/docs/api/objects/Bone.html b/docs/api/objects/Bone.html index 22b4677e1dd6b7c963fa636a8ba809d21d5fa948..dd0f299daef5f8af0685223160165c444f466742 100644 --- a/docs/api/objects/Bone.html +++ b/docs/api/objects/Bone.html @@ -11,46 +11,43 @@

[name]

-
todo
+
A bone which is part of a SkinnedMesh.

Constructor

-

[name]([page:todo belongsToSkin])

+

[name]([page:SkinnedMesh belongsToSkin])

- belongsToSkin -- todo + belongsToSkin -- An instance of [page:SkinnedMesh].
- todo + This creates a new instance of a bone from the skin.
-

Properties

- -

.[page:Matrix4 skinMatrix]

- todo + The matrix of the bone.
-

.[page:todo skin]

+

.[page:SkinnedMesh skin]

- todo + The skin that contains this bone.

Methods

-

.update([page:todo parentSkinMatrix], [page:todo forceUpdate]) [page:todo]

+

.update([page:Matrix4 parentSkinMatrix], [page:boolean forceUpdate])

- parentSkinMatrix -- todo
- forceUpdate -- todo + parentSkinMatrix -- the matrix of the parent bone.
+ forceUpdate -- force the update of the skinmatrix.
- todo + This updates the matrix of the bone and the matrices of its children.

Source