Modifier, RenderObjectpublic class NormalMapModifier extends java.lang.Object implements Modifier
| Constructor | Description |
|---|---|
NormalMapModifier() |
| Modifier and Type | Method | 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