Modifier
, RenderObject
public class BumpMappingModifier extends java.lang.Object implements Modifier
Constructor | Description |
---|---|
BumpMappingModifier() |
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)
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