| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g3d.model |
| Modifier and Type | Field and Description |
|---|---|
Array<NodeKeyframe<Quaternion>> |
NodeAnimation.rotation
the rotation keyframes if any (might be null), sorted by time ascending
|
Array<NodeKeyframe<Vector3>> |
NodeAnimation.scaling
the scaling keyframes if any (might be null), sorted by time ascending
|
Array<NodeKeyframe<Vector3>> |
NodeAnimation.translation
the translation keyframes if any (might be null), sorted by time ascending
|