|
mri.v3ds v0.1 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--mri.v3ds.Track3ds
|
+--mri.v3ds.XYZTrack3ds
Position or scaling track.
If used as position track, the track controls the position of a
mesh or camera (target or position). If used as scaling track, the
track controls the scaling of a mesh.
| Fields inherited from class mri.v3ds.Track3ds |
LOCK_X, LOCK_Y, LOCK_Z, LOOP, REPEAT, SINGLE, UNLINK_X, UNLINK_Y, UNLINK_Z |
| Constructor Summary | |
XYZTrack3ds()
|
|
| Method Summary | |
XYZKey3ds |
key(int i)
Access a specific key. |
int |
keys()
Get number of keys. |
XYZKey3ds[] |
track()
Access the track (the whole array of keys). |
| Methods inherited from class mri.v3ds.Track3ds |
flags, loopType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XYZTrack3ds()
| Method Detail |
public int keys()
public XYZKey3ds key(int i)
i - index into key array [0 ... keys()-1]public XYZKey3ds[] track()
|
mri.v3ds v0.1 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||