public class NormalMapModifier extends java.lang.Object implements Modifier
Constructor and Description |
---|
NormalMapModifier() |
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)
RenderObject
update
in interface RenderObject
pl
- list of parameters to read fromapi
- reference to the current scenetrue
if the update is succesfull,
false
otherwisepublic void modify(ShadingState state)
Modifier