|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.model.ogrexml.anim.Track
public abstract class Track
A single track of mesh animation (either morph or pose based). Currently morph animations are not supported (only pose).
Field Summary | |
---|---|
protected int |
targetMeshIndex
|
Constructor Summary | |
---|---|
Track(int targetMeshIndex)
|
Method Summary | |
---|---|
int |
getTargetMeshIndex()
|
abstract void |
setTime(float time,
OgreMesh[] targets)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final int targetMeshIndex
Constructor Detail |
---|
public Track(int targetMeshIndex)
Method Detail |
---|
public int getTargetMeshIndex()
public abstract void setTime(float time, OgreMesh[] targets)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |