Uses of Class org.sunflow.core.ParameterList.InterpolationType

Uses in package org.sunflow.core

Fields of type org.sunflow.core.ParameterList.InterpolationType

ParameterList.InterpolationType

Methods with parameter type org.sunflow.core.ParameterList.InterpolationType

void
ParameterList.addFloats(String name, ParameterList.InterpolationType interp, float[] data)
Add the specified floats as a parameter.
void
ParameterList.addMatrices(String name, ParameterList.InterpolationType interp, float[] data)
Add the specified matrices as a parameter.
void
ParameterList.addPoints(String name, ParameterList.InterpolationType interp, float[] data)
Add the specified points as a parameter.
void
ParameterList.addTexCoords(String name, ParameterList.InterpolationType interp, float[] data)
Add the specified texture coordinates as a parameter.
void
ParameterList.addVectors(String name, ParameterList.InterpolationType interp, float[] data)
Add the specified vectors as a parameter.