| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| de.javagl.jgltf.model.structure |
Classes for handling the structure of accessors, buffer views, and buffers
in glTF.
|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferBuilderStrategy.validateImageModel(DefaultImageModel imageModel)
Update the given image model based on the structures that have
been built by this class.
|
Copyright © 2024. All Rights Reserved.