RenderObjectpublic final class Options extends ParameterList implements RenderObject
ParameterList.FloatParameter, ParameterList.InterpolationType, ParameterList.Parameterlist| 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, waitaddBoolean, 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, setVertexCountpublic boolean update(ParameterList pl, SunflowAPI api)
RenderObjectupdate in interface RenderObjectpl - list of parameters to read fromapi - reference to the current scenetrue if the update is succesfull,
false otherwise