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

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

public class ModelNodeAnimation
extends Object


Field Summary
 Array<ModelNodeKeyframe> keyframes
          the keyframes, defining the transformation of a node for a sepcific timestamp
 String nodeId
          the id of the node animated by this animation FIXME should be nodeId
 
Constructor Summary
ModelNodeAnimation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeId

public String nodeId
the id of the node animated by this animation FIXME should be nodeId


keyframes

public final Array<ModelNodeKeyframe> keyframes
the keyframes, defining the transformation of a node for a sepcific timestamp

Constructor Detail

ModelNodeAnimation

public ModelNodeAnimation()


Copyright © 2013. All Rights Reserved.