|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjme.geometry.model.Joint
A Joint stores everything about an animated bone (a joint that knows about its parent joint - the two endpoints make up a bone).
Field Summary | |
Matrix |
absoluteMatrix
The original transformation of the joint. |
Matrix |
finalMatrix
The final result of all transformations in the skeleton. |
int |
flags
The flags in MS3D. |
java.lang.String |
name
The name of the joint in MS3D. |
int |
numberPosistionKeyframes
The number of position keyframes for the joint. |
int |
numberRotationKeyframes
The number of position keyframes for the joint. |
int |
parentIndex
The parent joint index. |
java.lang.String |
parentName
The name of the parent joint in MS3D. |
Keyframe[] |
positionKeys
The tranlation keyframes of the animation. |
float |
posx
The local translation of the joint in 3D space. |
float |
posy
The local translation of the joint in 3D space. |
float |
posz
The local translation of the joint in 3D space. |
Matrix |
relativeFinalMatrix
The helper matrix for calculating the final matrix. |
Matrix |
relativeMatrix
The transformation of a joint from its parent. |
Keyframe[] |
rotationKeys
The rotation keyframes of the animation. |
float |
rotx
The local rotation of the joint in 3D space. |
float |
roty
The local rotation of the joint in 3D space. |
float |
rotz
The local rotation of the joint in 3D space. |
Constructor Summary | |
Joint()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String name
public java.lang.String parentName
public int flags
public float posx
public float posy
public float posz
public float rotx
public float roty
public float rotz
public int numberPosistionKeyframes
public int numberRotationKeyframes
public Keyframe[] positionKeys
public Keyframe[] rotationKeys
public Matrix relativeMatrix
public Matrix absoluteMatrix
public Matrix relativeFinalMatrix
public Matrix finalMatrix
public int parentIndex
Constructor Detail |
public Joint()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |