| 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. |
| Modifier and Type | Method and Description |
|---|---|
TechniqueStatesModel |
TechniqueModel.getTechniqueStatesModel()
Returns the
TechniqueStatesModel, or null if the
default technique states should be used. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTechniqueStatesModel
Implementation of a
TechniqueStatesModel |
| Modifier and Type | Method and Description |
|---|---|
static TechniqueStatesModel |
TechniqueStatesModels.createDefault()
Create a default
TechniqueStatesModel |
TechniqueStatesModel |
DefaultTechniqueModel.getTechniqueStatesModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTechniqueModel.setTechniqueStatesModel(TechniqueStatesModel techniqueStatesModel)
Set the
TechniqueStatesModel |
Copyright © 2022. All Rights Reserved.