| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultImageModel |
DefaultGltfModel.getImageModel(int index)
Return the
ImageModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addImageModel(DefaultImageModel imageModel)
Add the given
ImageModel to this model |
void |
DefaultGltfModel.removeImageModel(DefaultImageModel imageModel)
Remove the given
ImageModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addImageModels(java.util.Collection<? extends DefaultImageModel> imageModels)
Add the given
ImageModel instances to this model |
Copyright © 2022. All Rights Reserved.