com.jmex.model.ogrexml.anim
Class PoseTrack

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

public final class PoseTrack
extends Track
implements java.io.Serializable

A single track of pose animation associated with a certain mesh.

See Also:
Serialized Form

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

PoseTrack

public PoseTrack(int targetMeshIndex,
                 float[] times,
                 PoseTrack.PoseFrame[] frames)
Method Detail

setTime

public void setTime(float time,
                    OgreMesh[] targets)
Specified by:
setTime in class Track