mri.v3ds
Class MorphKey3ds

java.lang.Object
  extended by mri.v3ds.SplineKey3ds
      extended by mri.v3ds.MorphKey3ds

public class MorphKey3ds
extends SplineKey3ds

Morph key used by the MorphTrack3ds class. The morph key extends the SplineKey3ds with the Mesh parameter. The Mesh parameter simply identifies a mesh in the global mesh array, accessible from the Scene3ds class.


Field Summary
 int Mesh
          Mesh number.
 
Fields inherited from class mri.v3ds.SplineKey3ds
Bias, Continuity, EaseFrom, EaseTo, Frame, Tension
 
Constructor Summary
MorphKey3ds()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Mesh

public int Mesh
Mesh number.

Constructor Detail

MorphKey3ds

public MorphKey3ds()