Class NodeAnimation
java.lang.Object
com.badlogic.gdx.graphics.g3d.model.NodeAnimation
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe Node affected by this animationthe rotation keyframes if any (might be null), sorted by time ascendingthe scaling keyframes if any (might be null), sorted by time ascendingthe translation keyframes if any (might be null), sorted by time ascending -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
the Node affected by this animation -
translation
the translation keyframes if any (might be null), sorted by time ascending -
rotation
the rotation keyframes if any (might be null), sorted by time ascending -
scaling
the scaling keyframes if any (might be null), sorted by time ascending
-
-
Constructor Details
-
NodeAnimation
public NodeAnimation()
-