| Package | Description |
|---|---|
| de.javagl.jgltf.model |
Classes for loading and accessing glTF data.
|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AnimationModel> |
GltfModel.getAnimationModels()
Returns an unmodifiable view on the list of
AnimationModel
instances that have been created for the glTF. |
| 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 | Class and Description |
|---|---|
class |
DefaultAnimationModel
Implementation of an
AnimationModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AnimationModel> |
DefaultGltfModel.getAnimationModels() |
Copyright © 2022. All Rights Reserved.