com.jmex.model.ogrexml.anim
Class Track

java.lang.Object
  extended by com.jmex.model.ogrexml.anim.Track
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PoseTrack

public abstract class Track
extends java.lang.Object
implements java.io.Serializable

A single track of mesh animation (either morph or pose based). Currently morph animations are not supported (only pose).

See Also:
Serialized Form

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

targetMeshIndex

protected final int targetMeshIndex
Constructor Detail

Track

public Track(int targetMeshIndex)
Method Detail

getTargetMeshIndex

public int getTargetMeshIndex()

setTime

public abstract void setTime(float time,
                             OgreMesh[] targets)