Methods
add(chain)
Adds an IKChain to the IK system.
Parameters:
Name | Type | Description |
---|---|---|
chain |
IKChain |
getRootBone() → {THREE.Bone}
Returns the root bone of this structure. Currently
only returns the first root chain's bone.
Returns:
- Type
- THREE.Bone
solve()
Performs the IK solution and updates bones.