| 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 |
|---|---|
AnimationModel.Interpolation |
AnimationModel.Sampler.getInterpolation()
Returns the
AnimationModel.Interpolation method |
static AnimationModel.Interpolation |
AnimationModel.Interpolation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnimationModel.Interpolation[] |
AnimationModel.Interpolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AnimationModel.Interpolation |
DefaultAnimationModel.DefaultSampler.getInterpolation() |
| Constructor and Description |
|---|
DefaultSampler(AccessorModel input,
AnimationModel.Interpolation interpolation,
AccessorModel output)
Default constructor
|
Copyright © 2022. All Rights Reserved.