Class IntNodeAnimation
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.util.gdx.model.IntNodeAnimation
-
public class IntNodeAnimation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description IntNode
node
the Node affected by this animationcom.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.model.NodeKeyframe<com.badlogic.gdx.math.Quaternion>>
rotation
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>>
scaling
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>>
translation
the translation keyframes if any (might be null), sorted by time ascending
-
Constructor Summary
Constructors Constructor Description IntNodeAnimation()
-
-
-
Field Detail
-
node
public IntNode 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>> translation
the 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>> rotation
the 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>> scaling
the scaling keyframes if any (might be null), sorted by time ascending
-
-