|
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 org.j3d.loaders.discreet.ScaleData
public class ScaleData
A single set of scale data from the keyframe tracking.
Scales are independent on each axis and may include negative values.
The data represented is
struct { short framenum int unknown float scale_x float scale_y float scale_z }For this implementation, the unknown values are ignored and not stored.
Field Summary | |
---|---|
float |
xScale
The x scale value |
float |
yScale
The y scale value |
float |
zScale
The z scale value |
Fields inherited from class org.j3d.loaders.discreet.TrackData |
---|
frameNumber, splineData, splineFlags |
Constructor Summary | |
---|---|
ScaleData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float xScale
public float yScale
public float zScale
Constructor Detail |
---|
public ScaleData()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |