Uses of Class
org.xith3d.loaders.models.animations.Bone

Packages that use Bone
org.xith3d.loaders.models.animations   
 

Uses of Bone in org.xith3d.loaders.models.animations
 

Methods in org.xith3d.loaders.models.animations that return Bone
 Bone Bone.getParent()
           
 Bone[] BoneAnimationKeyFrame.getSkeleton()
           
 

Constructors in org.xith3d.loaders.models.animations with parameters of type Bone
Bone(Bone parent, java.lang.String name, org.openmali.vecmath2.Matrix4f transformation)
           
Bone(Bone parent, java.lang.String name, org.openmali.vecmath2.Vector3f translation, org.openmali.vecmath2.Quaternion4f rotation, org.openmali.vecmath2.Tuple3f scale)
           
BoneAnimationKeyFrame(Bone[] skeleton)