| 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.
|
| de.javagl.jgltf.model.v1 |
Implementations for the
GltfModel classes,
based on glTF 1.0. |
| de.javagl.jgltf.model.v2 |
Implementations for the
GltfModel classes,
based on glTF 2.0. |
| 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 |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
ImageModel |
GltfModelV1.getImageModelById(java.lang.String imageId)
Returns the
ImageModel for the Image with the given ID. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImageModel> |
GltfModelV1.getImageModels() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImageModel> |
GltfModelV2.getImageModels() |
Copyright © 2022. All Rights Reserved.