| 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 |
|---|---|
SkinModel |
NodeModel.getSkinModel()
Returns the
SkinModel for this node, or null if
this node is not associated with a skin |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SkinModel> |
GltfModel.getSkinModels()
Returns an unmodifiable view on the list of
SkinModel
instances that have been created for the glTF. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSkinModel
Implementation of a
SkinModel |
| Modifier and Type | Method and Description |
|---|---|
SkinModel |
DefaultNodeModel.getSkinModel() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SkinModel> |
DefaultGltfModel.getSkinModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNodeModel.setSkinModel(SkinModel skinModel)
Set the
SkinModel |
Copyright © 2022. All Rights Reserved.