|
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.TrackData
public abstract class TrackData
Common information that all tracks keep with them.
For this implementation, the unknown values are ignored and not stored.
Field Summary | |
---|---|
int |
frameNumber
The frame number of this item of data |
float[] |
splineData
Data that is set if splineFlags is non-zero. |
int |
splineFlags
keys for working with the spline information. |
Constructor Summary | |
---|---|
TrackData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int frameNumber
public int splineFlags
public float[] splineData
Constructor Detail |
---|
public TrackData()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |