|
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.KeyframeHotspotBlock
public class KeyframeHotspotBlock
Representation of a keyframe's collection of spotlight hotspot information.
A keyframe consists of
HOTSPOT TRACK TAG 0xB021 short flags short unknown[4] short keys; short unknown struct { short framenum int unknown float angle } hotspot[keys]For this implementation, the unknown values are ignored and not stored.
Field Summary | |
---|---|
int |
flags
The flags associated with this rotation. |
HotspotData[] |
hotspots
The sets of keyframe/value pairs |
int |
numKeys
The number of valid keys to use |
Constructor Summary | |
---|---|
KeyframeHotspotBlock()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int flags
public int numKeys
public HotspotData[] hotspots
Constructor Detail |
---|
public KeyframeHotspotBlock()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |