Uses of Class
jarp.Skeleton

Packages that use Skeleton
jarp Provides the main Java ARP classes, that is, the classes defining the avatar's skeleton, mesh, morphs, camera control, and JOGL rendering canvas. 
 

Uses of Skeleton in jarp
 

Methods in jarp that return Skeleton
 Skeleton Character.getSkeleton()
          Returns this character's skeleton.
 

Methods in jarp with parameters of type Skeleton
 void Mesh.fixBoneReferences(Skeleton skeleton)
          Fix up the influencing-bone references for each of this mesh's vertices -- that is, convert each bone-id read from the definition file into (a link to) the actual bone with that id.
 void MeshVertex.fixBoneReferences(Skeleton skeleton)
          Defines the influencing-bones array for this vertex.