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