| Package | Description |
|---|---|
| de.javagl.jgltf.model |
Classes for loading and accessing glTF data.
|
| de.javagl.jgltf.model.gl.impl |
Implementations of the
de.javagl.jgltf.model.gl classes. |
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| de.javagl.jgltf.model.v1.gl |
Classes related to the KHR_technique_webgl extension, for rendering
a glTF asset with GL.
|
| Modifier and Type | Method and Description |
|---|---|
TechniqueModel |
MaterialModel.getTechniqueModel()
Returns the
TechniqueModel |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTechniqueModel
Implementation of a
TechniqueModel |
| Modifier and Type | Method and Description |
|---|---|
TechniqueModel |
DefaultMaterialModel.getTechniqueModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMaterialModel.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.