|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.loaders.discreet.KeyframeBlock
public class KeyframeBlock
Representation of a collection of keyframes for animating the object.
A keyframe consists of
KEYFRAMER CHUNK 0xB000 MESH INFORMATION BLOCK 0xB002 SPOT LIGHT INFORMATION BLOCK 0xB007 FRAMES (START AND END) 0xB008
Field Summary | |
---|---|
KeyframeAmbientBlock[] |
ambientInfo
Information about the ambient light tracks |
int |
animationLength
The length of this animation in frames |
KeyframeCameraBlock[] |
cameraInfo
Information about the camera tracks |
KeyframeCameraTargetBlock[] |
cameraTargetInfo
Information about the camera target track |
int |
currentFrame
The current frame number. |
int |
endFrame
The last frame number for this animation. |
java.lang.String |
filename
A string referencing the external keyframes |
KeyframeFrameBlock[] |
frames
The listing of frames for this animation. |
KeyframeLightBlock[] |
lightInfo
Information about the light tracks |
int |
numAmbients
The number of valid ambient light blocks |
int |
numCameras
number of valid camera blocks to read |
int |
numCameraTargets
Number of valid camera targets to read |
int |
numFrames
The number of valid frames in this block |
int |
numLights
number of valid light blocks to read |
int |
numSpotlights
Number of valid spotlights to read |
int |
numSpotlightTargets
Number of valid spotlight targets to read |
int |
revision
The revision information |
KeyframeSpotlightBlock[] |
spotlightInfo
Information about spotlight tracks |
KeyframeSpotlightTargetBlock[] |
spotlightTargetInfo
Information about the spotlight target tracks |
int |
startFrame
The start frame number for this animation. |
Constructor Summary | |
---|---|
KeyframeBlock()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int revision
public java.lang.String filename
public int animationLength
public int currentFrame
public int startFrame
public int endFrame
public KeyframeFrameBlock[] frames
public int numFrames
public KeyframeCameraBlock[] cameraInfo
public int numCameras
public KeyframeCameraTargetBlock[] cameraTargetInfo
public int numCameraTargets
public KeyframeLightBlock[] lightInfo
public int numLights
public KeyframeSpotlightBlock[] spotlightInfo
public int numSpotlights
public KeyframeSpotlightTargetBlock[] spotlightTargetInfo
public int numSpotlightTargets
public KeyframeAmbientBlock[] ambientInfo
public int numAmbients
Constructor Detail |
---|
public KeyframeBlock()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |