|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.loaders.discreet.KeyframePositionBlock
public class KeyframePositionBlock
Representation of a keyframe's collection of position information.
A keyframe consists of
POSITION TRACK TAG 0xB021 short flags short unknown[4] long keys; struct { short framenum int unknown float pos_x float pos_y float pos_z } position[keys]For this implementation, the unknown values are ignored and not stored.
Field Summary | |
---|---|
int |
flags
The flags associated with this rotation. |
int |
numKeys
The number of valid keys to use |
PositionData[] |
positions
The sets of keyframe/value pairs |
Constructor Summary | |
---|---|
KeyframePositionBlock()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int flags
public int numKeys
public PositionData[] positions
Constructor Detail |
---|
public KeyframePositionBlock()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |