com.jmex.model.converters.maxutils
Class KeyframeInfoChunk.KeyPointInTime

java.lang.Object
  extended by com.jmex.model.converters.maxutils.KeyframeInfoChunk.KeyPointInTime
Enclosing class:
KeyframeInfoChunk

public class KeyframeInfoChunk.KeyPointInTime
extends java.lang.Object


Field Summary
 ColorRGBA colorTrack
           
 float fallOff
           
 float FOV
           
 int frame
           
 float hotSpot
           
 java.lang.String morphName
           
 Vector3f position
           
 float roll
           
 Quaternion rot
           
 Vector3f scale
           
 
Constructor Summary
KeyframeInfoChunk.KeyPointInTime()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

public int frame

position

public Vector3f position

rot

public Quaternion rot

scale

public Vector3f scale

FOV

public float FOV

roll

public float roll

morphName

public java.lang.String morphName

hotSpot

public float hotSpot

fallOff

public float fallOff

colorTrack

public ColorRGBA colorTrack
Constructor Detail

KeyframeInfoChunk.KeyPointInTime

public KeyframeInfoChunk.KeyPointInTime()