| 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 |
|---|---|
ImageModel |
TextureModel.getImageModel()
Returns the
ImageModel that backs this texture |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImageModel> |
GltfModel.getImageModels()
Returns an unmodifiable view on the list of
ImageModel
instances that have been created for the glTF. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultImageModel
Implementation of a
ImageModel |
| Modifier and Type | Method and Description |
|---|---|
ImageModel |
DefaultTextureModel.getImageModel() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImageModel> |
DefaultGltfModel.getImageModels() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
UriStrings.createImageUriString(ImageModel imageModel,
java.util.Collection<? extends java.lang.String> existingUriStrings)
Create an unspecified, new URI string that is not yet used as
a URI string
|
void |
DefaultTextureModel.setImageModel(ImageModel imageModel)
Set the
ImageModel that backs this texture |
Copyright © 2022. All Rights Reserved.