Package | Description |
---|---|
jarp |
Provides the main Java ARP classes, that is, the classes defining
the avatar's skeleton, mesh, morphs, camera control, and JOGL
rendering canvas.
|
Modifier and Type | Method and Description |
---|---|
Skeleton |
Character.getSkeleton()
Returns this character's skeleton.
|
Modifier and Type | Method and Description |
---|---|
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.
|