| 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 |
|---|---|
TechniqueParametersModel |
TechniqueModel.getAttributeParameters(java.lang.String attributeName)
Returns the
TechniqueParametersModel for the attribute
with the given name, or null if no such parameter
exists. |
TechniqueParametersModel |
TechniqueModel.getUniformParameters(java.lang.String uniformName)
Returns the
TechniqueParametersModel for the uniform
with the given name, or null if no such parameter
exists. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,TechniqueParametersModel> |
TechniqueModel.getParameters()
Returns an unmodifiable map that maps parameter names to
TechniqueParametersModel instances |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTechniqueParametersModel
Implementation of a
TechniqueParametersModel |
| Modifier and Type | Method and Description |
|---|---|
TechniqueParametersModel |
DefaultTechniqueModel.getAttributeParameters(java.lang.String attributeName) |
TechniqueParametersModel |
DefaultTechniqueModel.getUniformParameters(java.lang.String uniformName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,TechniqueParametersModel> |
DefaultTechniqueModel.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTechniqueModel.addParameter(java.lang.String parameterName,
TechniqueParametersModel techniqueParametersModel)
Add the given parameter to this technique
|
Copyright © 2022. All Rights Reserved.