Uses of Class
com.badlogic.gdx.graphics.g3d.model.data.ModelNodeKeyframe
-
Packages that use ModelNodeKeyframe Package Description com.badlogic.gdx.graphics.g3d.model.data -
-
Uses of ModelNodeKeyframe in com.badlogic.gdx.graphics.g3d.model.data
Fields in com.badlogic.gdx.graphics.g3d.model.data with type parameters of type ModelNodeKeyframe Modifier and Type Field Description Array<ModelNodeKeyframe<Quaternion>>ModelNodeAnimation. rotationthe keyframes, defining the rotation of a node for a specific timestampArray<ModelNodeKeyframe<Vector3>>ModelNodeAnimation. scalingthe keyframes, defining the scaling of a node for a specific timestampArray<ModelNodeKeyframe<Vector3>>ModelNodeAnimation. translationthe keyframes, defining the translation of a node for a specific timestamp
-