|
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.KeyframeSpotlightBlock
public class KeyframeSpotlightBlock
Representation of a keyframe spotlight handling.
A keyframe consists of
SPOT LIGHT INFORMATION BLOCK 0xB007
NODE_HDR 0xB010
POSITION TRACK TAG 0xB020
HOTSPOT TRACK TAG 0xB027
FALLOFF TRACK TAG 0xB028
ROLL TRACK TAG 0xB024
COLOR TRACK TAG 0xB025
| Field Summary | |
|---|---|
KeyframeColorBlock |
colors
Colour track info |
KeyframeFalloffBlock |
falloffs
Spotlight falloff track info |
KeyframeHotspotBlock |
hotspots
Spotlight hotspot track info |
KeyframePositionBlock |
positions
The track position info |
KeyframeRollBlock |
rolloffs
Spotlight cone roll track info |
| Fields inherited from class org.j3d.loaders.discreet.KeyframeTag |
|---|
nodeHeader, nodeId |
| Constructor Summary | |
|---|---|
KeyframeSpotlightBlock()
|
|
| 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 KeyframeHotspotBlock hotspots
public KeyframeFalloffBlock falloffs
public KeyframeRollBlock rolloffs
public KeyframeColorBlock colors
| Constructor Detail |
|---|
public KeyframeSpotlightBlock()
|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||