Home | History | Annotate | Download | only in animation

Lines Matching refs:Bone

207             // go through attachment nodes, apply them to correct bone
211 Bone originalBone = (Bone) clonedAttachNode.getUserData("AttachedBone");
214 Bone clonedBone = clone.skeleton.getBone(originalBone.getName());
227 * @param boneName the name of the bone
228 * @return the node attached to this bone
231 Bone b = skeleton.getBone(boneName);
233 throw new IllegalArgumentException("Given bone name does not exist "
342 // iterate vertices and apply skinning transform for each effecting bone
457 // iterate vertices and apply skinning transform for each effecting bone