com.badlogic.gdx.graphics.g3d.model.data
Class ModelNodeKeyframe

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.model.data.ModelNodeKeyframe

public class ModelNodeKeyframe
extends Object


Field Summary
 float keytime
          the timestamp of the keyframe in seconds
 Quaternion rotation
          the rotation, in local space relative to the parent
 Vector3 scale
          the scale, in local space relative to the parent
 Vector3 translation
          the translation, in local space relative to the parent
 
Constructor Summary
ModelNodeKeyframe()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keytime

public float keytime
the timestamp of the keyframe in seconds


translation

public Vector3 translation
the translation, in local space relative to the parent


scale

public Vector3 scale
the scale, in local space relative to the parent


rotation

public Quaternion rotation
the rotation, in local space relative to the parent

Constructor Detail

ModelNodeKeyframe

public ModelNodeKeyframe()


Copyright © 2013. All Rights Reserved.