|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--md3.md3model.MD3BoneFrame
Represents metadata about an MD3 model bone animation frame. This includes the bounding box for the animation frame and the tags associated with the frame.
Field Summary | |
java.lang.String |
creator
|
Vec3 |
maxs
Upper extrema of the bounding box of this bone animation frame. |
Vec3 |
mins
Lower extrema of the bounding box of this bone animation frame. |
Vec3 |
position
Coordinate origin within the bounding box. |
float |
scale
|
MD3Tag[] |
tags
Array of tags size tagNum, as defined in the MD3Model object that owns this bone frame. |
Constructor Summary | |
protected |
MD3BoneFrame(int tagNum)
Constructor for use in subclasses that creates an uninitialized object with the specified amount of tag positions. |
protected |
MD3BoneFrame(int tagNum,
java.io.DataInput din)
Create a MD3BoneFrame object with the data coming from the specified input stream. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public Vec3 mins
Lower extrema of the bounding box of this bone animation frame.
public Vec3 maxs
Upper extrema of the bounding box of this bone animation frame.
public Vec3 position
Coordinate origin within the bounding box.
public float scale
public java.lang.String creator
public MD3Tag[] tags
Array of tags size tagNum, as defined in the MD3Model object that owns this bone frame.
MD3Model
Constructor Detail |
protected MD3BoneFrame(int tagNum, java.io.DataInput din) throws java.io.IOException
Create a MD3BoneFrame object with the data coming from the specified input stream. Note that the tag information will NOT be initialized. This has to be done separately!
protected MD3BoneFrame(int tagNum)
Constructor for use in subclasses that creates an uninitialized object with the specified amount of tag positions.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |