| 
 | 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.TrackData
org.j3d.loaders.discreet.FalloffData
public class FalloffData
A single set of spotlight falloff angle data from the keyframe tracking.
Rolls are described as a single angle
The data represented is
     struct {
        short framenum
        int unknown
        float falloff_ang
     }
 
 For this implementation, the unknown values are ignored and not stored.
| Field Summary | |
|---|---|
|  float | angleThe angle to use for the light to fall off to zero | 
| Fields inherited from class org.j3d.loaders.discreet.TrackData | 
|---|
| frameNumber, splineData, splineFlags | 
| Constructor Summary | |
|---|---|
| FalloffData() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public float angle
| Constructor Detail | 
|---|
public FalloffData()
| 
 | j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||