Uses of Class
com.badlogic.gdx.graphics.g3d.model.NodeKeyframe
-
Packages that use NodeKeyframe Package Description com.badlogic.gdx.graphics.g3d.model -
-
Uses of NodeKeyframe in com.badlogic.gdx.graphics.g3d.model
Fields in com.badlogic.gdx.graphics.g3d.model with type parameters of type NodeKeyframe Modifier and Type Field Description Array<NodeKeyframe<Quaternion>>NodeAnimation. rotationthe rotation keyframes if any (might be null), sorted by time ascendingArray<NodeKeyframe<Vector3>>NodeAnimation. scalingthe scaling keyframes if any (might be null), sorted by time ascendingArray<NodeKeyframe<Vector3>>NodeAnimation. translationthe translation keyframes if any (might be null), sorted by time ascending
-