com.badlogic.gdx.graphics.g3d.model
Class NodeKeyframe

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

public class NodeKeyframe
extends Object

A BoneyKeyframe specifies the translation, rotation and scale of a frame within a NodeAnimation.

Author:
badlogic

Field Summary
 float keytime
          the timestamp of this keyframe
 Quaternion rotation
          the rotation, given in local space, relative to the parent
 Vector3 scale
          the scale, given in local space relative to the parent
 Vector3 translation
          the translation, given in local space, relative to the parent
 
Constructor Summary
NodeKeyframe()
           
 
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 this keyframe


translation

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


scale

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


rotation

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

Constructor Detail

NodeKeyframe

public NodeKeyframe()


Copyright © 2013. All Rights Reserved.