|
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.KeyframeTag
org.j3d.loaders.discreet.KeyframeCameraBlock
Representation of a collection of a single camera block in a keyframe.
A keyframe camera block consists of
CAMERA_NODE_TAG 0xB003
NODE ID 0xB030
NODE HEADER 0xB010
POSITION TRACK 0xB020
FOV TRACK 0xB021
ROLL TRACK 0xB022
| Field Summary | |
KeyframeFOVBlock |
fovs
The track field of view info |
KeyframePositionBlock |
positions
The track position info |
KeyframeRollBlock |
rolls
The track camera roll info |
| Fields inherited from class org.j3d.loaders.discreet.KeyframeTag |
nodeHeader, nodeId |
| Constructor Summary | |
KeyframeCameraBlock()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public KeyframePositionBlock positions
public KeyframeFOVBlock fovs
public KeyframeRollBlock rolls
| Constructor Detail |
public KeyframeCameraBlock()
|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||