com.jme.animation
Class KeyframeController.PointInTime

java.lang.Object
  extended bycom.jme.animation.KeyframeController.PointInTime
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
KeyframeController

public static class KeyframeController.PointInTime
extends java.lang.Object
implements java.io.Serializable

This class defines a point in time that states morphShape should look like newShape at time seconds

See Also:
Serialized Form

Field Summary
 TriMesh newShape
           
 float time
           
 
Constructor Summary
KeyframeController.PointInTime(float time, TriMesh shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newShape

public TriMesh newShape

time

public float time
Constructor Detail

KeyframeController.PointInTime

public KeyframeController.PointInTime(float time,
                                      TriMesh shape)