Package | Description |
---|---|
org.sunflow | |
org.sunflow.core | |
org.sunflow.core.modifiers |
Modifier and Type | Field and Description |
---|---|
static Plugins<Modifier> |
PluginRegistry.modifierPlugins |
Modifier and Type | Method and Description |
---|---|
Modifier |
SunflowAPI.lookupModifier(java.lang.String name)
Retrieve a modifier object by its name, or
null if no
modifier was found, or if the specified object is not a modifier. |
Modifier and Type | Method and Description |
---|---|
Modifier |
Instance.getModifier(int i)
Get a modifier for the instance's list.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.removeModifier(Modifier m)
Remove the specified modifier from the instance's list if it is being
used.
|
void |
ShadingState.setModifier(Modifier modifier)
Record which modifier should be applied to the intersected surface
|
Modifier and Type | Class and Description |
---|---|
class |
BumpMappingModifier |
class |
NormalMapModifier |
class |
PerlinModifier |