com.jmex.model.ogrexml.anim
Class PoseTrack.PoseFrame

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

public static class PoseTrack.PoseFrame
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  Pose[] poses
           
(package private)  float[] weights
           
 
Constructor Summary
PoseTrack.PoseFrame(Pose[] poses, float[] weights)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

poses

final Pose[] poses

weights

final float[] weights
Constructor Detail

PoseTrack.PoseFrame

public PoseTrack.PoseFrame(Pose[] poses,
                           float[] weights)