| 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 AnimationManager |
GltfAnimations.createAnimationManager(AnimationManager.AnimationPolicy animationPolicy)
Create a new
AnimationManager using the given
AnimationManager.AnimationPolicy |
| Modifier and Type | Method and Description |
|---|---|
static AnimationManager.AnimationPolicy |
AnimationManager.AnimationPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnimationManager.AnimationPolicy[] |
AnimationManager.AnimationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AnimationManager(AnimationManager.AnimationPolicy animationPolicy)
Creates a new, empty animation manager
|
Copyright © 2022. All Rights Reserved.