RenderObject
public final class Options extends ParameterList implements RenderObject
ParameterList.FloatParameter, ParameterList.InterpolationType, ParameterList.Parameter
list
Constructor | Description |
---|---|
Options() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
update(ParameterList pl,
SunflowAPI api) |
Update this object given a list of parameters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBoolean, addColor, addFloat, addFloats, addInteger, addIntegerArray, addMatrices, addPoints, addString, addStringArray, addTexCoords, addVectors, clear, getBoolean, getColor, getFloat, getFloatArray, getInt, getIntArray, getMatrix, getMatrixArray, getMovingMatrix, getPoint, getPointArray, getString, getStringArray, getTexCoord, getTexCoordArray, getVector, getVectorArray, setFaceCount, setFaceVertexCount, setVertexCount
public boolean update(ParameterList pl, SunflowAPI api)
RenderObject
update
in interface RenderObject
pl
- list of parameters to read fromapi
- reference to the current scenetrue
if the update is succesfull,
false
otherwise