| Package | Description |
|---|---|
| de.javagl.jgltf.model |
Classes for loading and accessing glTF data.
|
| de.javagl.jgltf.model.animation |
Classes for handling animations.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Animation> |
GltfAnimations.createModelAnimations(java.lang.Iterable<? extends AnimationModel> animationModels)
Create all model
Animation instances from the given
AnimationModel instances |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Animation> |
AnimationManager.getAnimations()
Returns an unmodifiable view on the animations that are stored
in this manager
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnimationManager.addAnimation(Animation animation)
Add the given
Animation to this manager. |
void |
AnimationListener.animationUpdated(Animation source,
float timeS,
float[] values)
Will be called when the given
Animation was updated. |
void |
AnimationManager.removeAnimation(Animation animation)
Remove the given
Animation from this manager |
| Modifier and Type | Method and Description |
|---|---|
void |
AnimationManager.addAnimations(java.lang.Iterable<? extends Animation> animations)
Add all
Animations of the given sequence to this manager |
void |
AnimationManager.removeAnimations(java.lang.Iterable<? extends Animation> animations)
Remove all
Animations of the given sequence from this manager |
Copyright © 2022. All Rights Reserved.