| Package | Description |
|---|---|
| de.javagl.jgltf.model.gl.impl |
Implementations of the
de.javagl.jgltf.model.gl classes. |
| de.javagl.jgltf.model.v1 |
Implementations for the
GltfModel classes,
based on glTF 1.0. |
| de.javagl.jgltf.model.v1.gl |
Classes related to GL-based rendering, implemented for glTF 1.0
In most cases, these classes should not directly be used by clients. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTechniqueModel
Implementation of a
TechniqueModel |
| Modifier and Type | Method and Description |
|---|---|
TechniqueModel |
MaterialModelV1.getTechniqueModel()
Returns the
TechniqueModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TechniqueModel> |
GltfModelV1.getTechniqueModels()
Returns an unmodifiable view on the list of
TechniqueModel
instances that have been created for the glTF. |
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialModelV1.setTechniqueModel(TechniqueModel techniqueModel)
Set the
TechniqueModel |
| Modifier and Type | Method and Description |
|---|---|
static TechniqueModel |
DefaultModels.getDefaultTechniqueModel()
Return the default
TechniqueModel |
Copyright © 2022. All Rights Reserved.