public class PerlinModifier extends java.lang.Object implements Modifier
| Constructor and Description |
|---|
PerlinModifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
modify(ShadingState state)
Modify the shading state for the point to be shaded.
|
boolean |
update(ParameterList pl,
SunflowAPI api)
Update this object given a list of parameters.
|
public 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 otherwisepublic void modify(ShadingState state)
Modifier