| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultTextureModel |
DefaultGltfModel.getTextureModel(int index)
Return the
TextureModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addTextureModel(DefaultTextureModel textureModel)
Add the given
TextureModel to this model |
void |
DefaultGltfModel.removeTextureModel(DefaultTextureModel textureModel)
Remove the given
TextureModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addTextureModels(java.util.Collection<? extends DefaultTextureModel> textureModels)
Add the given
TextureModel instances to this model |
Copyright © 2022. All Rights Reserved.