Package | Description |
---|---|
org.sunflow.core | |
org.sunflow.core.parser |
Modifier and Type | Field and Description |
---|---|
ParameterList.InterpolationType |
ParameterList.FloatParameter.interp |
Modifier and Type | Method and Description |
---|---|
static ParameterList.InterpolationType |
ParameterList.InterpolationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterList.InterpolationType[] |
ParameterList.InterpolationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterList.addFloats(java.lang.String name,
ParameterList.InterpolationType interp,
float[] data)
Add the specified floats as a parameter.
|
void |
ParameterList.addMatrices(java.lang.String name,
ParameterList.InterpolationType interp,
float[] data)
Add the specified matrices as a parameter.
|
void |
ParameterList.addPoints(java.lang.String name,
ParameterList.InterpolationType interp,
float[] data)
Add the specified points as a parameter.
|
void |
ParameterList.addTexCoords(java.lang.String name,
ParameterList.InterpolationType interp,
float[] data)
Add the specified texture coordinates as a parameter.
|
void |
ParameterList.addVectors(java.lang.String name,
ParameterList.InterpolationType interp,
float[] data)
Add the specified vectors as a parameter.
|
Modifier and Type | Method and Description |
---|---|
protected ParameterList.InterpolationType |
SCBinaryParser.parseInterpolationType() |
protected ParameterList.InterpolationType |
SCAsciiParser.parseInterpolationType() |
protected abstract ParameterList.InterpolationType |
SCAbstractParser.parseInterpolationType() |