Package | Description |
---|---|
org.sunflow.core |
Modifier and Type | Method and Description |
---|---|
ParameterList.FloatParameter |
ParameterList.getFloatArray(java.lang.String name)
Get the specified float array parameter from this list.
|
ParameterList.FloatParameter |
ParameterList.getMatrixArray(java.lang.String name)
Get the specified matrix array parameter from this list.
|
ParameterList.FloatParameter |
ParameterList.getPointArray(java.lang.String name)
Get the specified point array parameter from this list.
|
ParameterList.FloatParameter |
ParameterList.getTexCoordArray(java.lang.String name)
Get the specified texture coordinate array parameter from this list.
|
ParameterList.FloatParameter |
ParameterList.getVectorArray(java.lang.String name)
Get the specified vector array parameter from this list.
|