|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bone | |
---|---|
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 Bone in jarp |
---|
Methods in jarp that return Bone | |
---|---|
Bone |
Character.getBone(int id)
Returns the bone with the given ID. |
Bone |
MeshVertex.getBone(int b)
Returns the specified influencing bone for this mesh-point. |
Bone |
Skeleton.getBone(int fourcc)
Returns the bone with the given Four-CC name. |
Bone[] |
Bone.getChildBones()
Returns this bone's child-bones array. |
Bone |
Bone.getParent()
Returns this bone's parent bone. |
Methods in jarp with parameters of type Bone | |
---|---|
void |
Bone.addChild(Bone cb)
Adds the given bone to this bone's dynamic children list. |
void |
Bone.setParent(Bone prnt)
Sets this bone's parent. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |