| 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.Channel> |
AnimationModel.getChannels()
Returns an unmodifiable list containing the
AnimationModel.Channel instances
of the animation |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultAnimationModel.DefaultChannel
Default implementation of a
AnimationModel.Channel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AnimationModel.Channel> |
DefaultAnimationModel.getChannels() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAnimationModel.addChannel(AnimationModel.Channel channel)
Add the given
AnimationModel.Channel |
Copyright © 2022. All Rights Reserved.