Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.model.data |
Modifier and Type | Field and Description |
---|---|
Array<ModelNodeKeyframe<Quaternion>> |
ModelNodeAnimation.rotation
the keyframes, defining the rotation of a node for a specific timestamp
|
Array<ModelNodeKeyframe<Vector3>> |
ModelNodeAnimation.scaling
the keyframes, defining the scaling of a node for a specific timestamp
|
Array<ModelNodeKeyframe<Vector3>> |
ModelNodeAnimation.translation
the keyframes, defining the translation of a node for a specific timestamp
|