| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultSkinModel |
DefaultGltfModel.getSkinModel(int index)
Return the
SkinModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addSkinModel(DefaultSkinModel skinModel)
Add the given
SkinModel to this model |
void |
DefaultGltfModel.removeSkinModel(DefaultSkinModel skinModel)
Remove the given
SkinModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addSkinModels(java.util.Collection<? extends DefaultSkinModel> skinModels)
Add the given
SkinModel instances to this model |
Copyright © 2022. All Rights Reserved.