| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultAnimationModel |
DefaultGltfModel.getAnimationModel(int index)
Return the
AnimationModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addAnimationModel(DefaultAnimationModel animationModel)
Add the given
AnimationModel to this model |
void |
DefaultGltfModel.removeAnimationModel(DefaultAnimationModel animationModel)
Remove the given
AnimationModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addAnimationModels(java.util.Collection<? extends DefaultAnimationModel> animationModels)
Add the given
AnimationModel instances to this model |
Copyright © 2022. All Rights Reserved.