|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.model.ogrexml.anim.Track
com.jmex.model.ogrexml.anim.PoseTrack
public final class PoseTrack
A single track of pose animation associated with a certain mesh.
Nested Class Summary | |
---|---|
static class |
PoseTrack.PoseFrame
|
Field Summary |
---|
Fields inherited from class com.jmex.model.ogrexml.anim.Track |
---|
targetMeshIndex |
Constructor Summary | |
---|---|
PoseTrack(int targetMeshIndex,
float[] times,
PoseTrack.PoseFrame[] frames)
|
Method Summary | |
---|---|
void |
setTime(float time,
OgreMesh[] targets)
|
Methods inherited from class com.jmex.model.ogrexml.anim.Track |
---|
getTargetMeshIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoseTrack(int targetMeshIndex, float[] times, PoseTrack.PoseFrame[] frames)
Method Detail |
---|
public void setTime(float time, OgreMesh[] targets)
setTime
in class Track
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |