Package | Description |
---|---|
org.sunflow | |
org.sunflow.core | |
org.sunflow.core.modifiers |
Modifier and Type | Field | Description |
---|---|---|
static Plugins<Modifier> |
PluginRegistry.modifierPlugins |
Modifier and Type | Method | 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 | Description |
---|---|---|
Modifier |
Instance.getModifier(int i) |
Get a modifier for the instance's list.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
class |
BumpMappingModifier |
|
class |
NormalMapModifier |
|
class |
PerlinModifier |