|
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.KeyframeTag org.j3d.loaders.discreet.KeyframeFrameBlock
public class KeyframeFrameBlock
Representation of a collection of a single frame block in a keyframe.
A keyframe block consists of
FRAMES (START AND END) 0xB008 OBJECT NAME 0xB010 OBJECT PIVOT POINT 0xB013 INSTANCE NAME BOUNDBOX 0xB014 POSITION TRACK 0xB020 ROTATION TRACK 0xB021 SCALE TRACK 0xB022 HIERARCHY POSITION 0xB030
Field Summary | |
---|---|
java.lang.String |
instanceName
The name of the object instance |
float[] |
maxBounds
Bounding box maximum positions of the mesh |
float[] |
minBounds
Bounding box minimum positions of the mesh |
KeyframeMorphBlock |
morphs
The track morph info |
float |
morphSmoothingAngle
Smoothing factor in radians when morphing. |
float[] |
pivotPoint
The pivot point coordinate for this block |
KeyframePositionBlock |
positions
The track position info |
KeyframeRotationBlock |
rotations
The track rotation info |
KeyframeScaleBlock |
scales
The track scale info |
Fields inherited from class org.j3d.loaders.discreet.KeyframeTag |
---|
nodeHeader, nodeId |
Constructor Summary | |
---|---|
KeyframeFrameBlock()
Construct a new instance of this frame. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float[] pivotPoint
public java.lang.String instanceName
public float[] minBounds
public float[] maxBounds
public KeyframePositionBlock positions
public KeyframeRotationBlock rotations
public KeyframeScaleBlock scales
public KeyframeMorphBlock morphs
public float morphSmoothingAngle
Constructor Detail |
---|
public KeyframeFrameBlock()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |