Package gaiasky.util.gdx.model
Class IntNodeAnimation
java.lang.Object
gaiasky.util.gdx.model.IntNodeAnimation
-
Field Summary
Modifier and TypeFieldDescriptionthe Node affected by this animationcom.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.model.NodeKeyframe<com.badlogic.gdx.math.Quaternion>>
the rotation keyframes if any (might be null), sorted by time ascendingcom.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.model.NodeKeyframe<com.badlogic.gdx.math.Vector3>>
the scaling keyframes if any (might be null), sorted by time ascendingcom.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.model.NodeKeyframe<com.badlogic.gdx.math.Vector3>>
the translation keyframes if any (might be null), sorted by time ascending -
Constructor Summary
-
Method Summary
-
Field Details
-
node
the Node affected by this animation -
translation
public com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.model.NodeKeyframe<com.badlogic.gdx.math.Vector3>> translationthe translation keyframes if any (might be null), sorted by time ascending -
rotation
public com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.model.NodeKeyframe<com.badlogic.gdx.math.Quaternion>> rotationthe rotation keyframes if any (might be null), sorted by time ascending -
scaling
public com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.model.NodeKeyframe<com.badlogic.gdx.math.Vector3>> scalingthe scaling keyframes if any (might be null), sorted by time ascending
-
-
Constructor Details
-
IntNodeAnimation
public IntNodeAnimation()
-