| Package | Description |
|---|---|
| de.javagl.jgltf.model.gl |
Classes for modeling OpenGL rendering techniques.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
ProgramModel |
TechniqueModel.getProgramModel()
Returns the
ProgramModel that is used for implementing this
technique |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProgramModel
Implementation of a
ProgramModel |
| Modifier and Type | Method and Description |
|---|---|
ProgramModel |
DefaultTechniqueModel.getProgramModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTechniqueModel.setProgramModel(ProgramModel programModel)
Set the
ProgramModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProgramModel> |
GltfModelV1.getProgramModels()
Returns an unmodifiable view on the list of
ProgramModel
instances that have been created for the glTF. |
Copyright © 2022. All Rights Reserved.