| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g3d | |
| com.badlogic.gdx.graphics.g3d.utils |
| Modifier and Type | Field and Description |
|---|---|
Array<Animation> |
ModelInstance.animations
animations of the model, modifying node transformations
|
Array<Animation> |
Model.animations
animations of the model, modifying node transformations
|
| Modifier and Type | Method and Description |
|---|---|
Animation |
ModelInstance.getAnimation(String id) |
Animation |
Model.getAnimation(String id) |
Animation |
ModelInstance.getAnimation(String id,
boolean ignoreCase) |
Animation |
Model.getAnimation(String id,
boolean ignoreCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelInstance.copyAnimation(Animation sourceAnim)
Copy the source animation to this ModelInstance
|
void |
ModelInstance.copyAnimation(Animation sourceAnim,
boolean shareKeyframes)
Copy the source animation to this ModelInstance
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelInstance.copyAnimations(Iterable<Animation> source)
Copy source animations to this ModelInstance
|
void |
ModelInstance.copyAnimations(Iterable<Animation> source,
boolean shareKeyframes)
Copy source animations to this ModelInstance
|
| Modifier and Type | Field and Description |
|---|---|
Animation |
AnimationController.AnimationDesc.animation
The animation to be applied.
|
Copyright © 2021. All rights reserved.