Class NodeKeyframe<T>
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.model.NodeKeyframe<T>
-
public class NodeKeyframe<T> extends java.lang.ObjectA NodeKeyframe specifies the a value (e.g. the translation, rotation or scale) of a frame within aNodeAnimation.
-
-
Constructor Summary
Constructors Constructor Description NodeKeyframe(float t, T v)
-