public interface TechniqueParametersModel
TechniqueModel parameters| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Returns the count
|
NodeModel |
getNodeModel()
Returns the
NodeModel of the node that this parameter
refers to. |
java.lang.String |
getSemantic()
Returns the string describing the
Semantic of this parameter. |
int |
getType()
Returns the type of the parameter, as a GL constant.
|
java.lang.Object |
getValue()
Returns the value of this parameter
|
int getType()
GL_INT or GL_FLOAT_VEC3int getCount()
java.lang.String getSemantic()
Semantic of this parameter.
This may be a string that starts with an underscore "_",
indicating a custom semanticSemantic stringjava.lang.Object getValue()
NodeModel getNodeModel()
NodeModel of the node that this parameter
refers to. This is, for example, used for computing the
Semantic.MODEL matrix.NodeModelCopyright © 2022. All Rights Reserved.