| Package | Description |
|---|---|
| de.javagl.jgltf.model.animation |
Classes for handling animations.
|
| Modifier and Type | Method and Description |
|---|---|
static InterpolatorType |
InterpolatorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InterpolatorType[] |
InterpolatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Animation(float[] timesS,
float[][] values,
InterpolatorType interpolatorType)
Creates a new animation with the given time key frames and the
corresponding values.
|
Copyright © 2022. All Rights Reserved.