|
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.KeyframeLightBlock
public class KeyframeLightBlock
Representation of a keyframe general lighting handling.
A keyframe consists of
LIGHT INFORMATION BLOCK 0xB005 NODE_HDR 0xB010 POS TRACK TAG 0xB020 COLOR TRACK TAG 0xB025
Field Summary | |
---|---|
KeyframeColorBlock |
colors
Track colour info |
KeyframePositionBlock |
positions
The track position info |
Fields inherited from class org.j3d.loaders.discreet.KeyframeTag |
---|
nodeHeader, nodeId |
Constructor Summary | |
---|---|
KeyframeLightBlock()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public KeyframePositionBlock positions
public KeyframeColorBlock colors
Constructor Detail |
---|
public KeyframeLightBlock()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |