| 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 |
|---|---|
java.util.List<TextureModel> |
GltfModel.getTextureModels()
Returns an unmodifiable view on the list of
TextureModel
instances that have been created for the glTF. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTextureModel
Implementation of a
TextureModel |
| Modifier and Type | Method and Description |
|---|---|
TextureModel |
GltfModelV1.getTextureModelById(java.lang.String textureId)
Returns the
TextureModel for the Texture with the given
ID. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TextureModel> |
GltfModelV1.getTextureModels() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TextureModel> |
GltfModelV2.getTextureModels() |
Copyright © 2022. All Rights Reserved.