Uses of Interface
org.sunflow.core.Modifier
-
Packages that use Modifier Package Description org.sunflow org.sunflow.core org.sunflow.core.modifiers -
-
Uses of Modifier in org.sunflow
Fields in org.sunflow with type parameters of type Modifier Modifier and Type Field Description static Plugins<Modifier>
PluginRegistry. modifierPlugins
Methods in org.sunflow that return Modifier Modifier and Type Method Description private Modifier
RenderObjectMap.RenderObjectHandle. getModifier()
(package private) Modifier
RenderObjectMap. lookupModifier(java.lang.String name)
Modifier
SunflowAPI. lookupModifier(java.lang.String name)
Retrieve a modifier object by its name, ornull
if no modifier was found, or if the specified object is not a modifier.Methods in org.sunflow with parameters of type Modifier Modifier and Type Method Description (package private) void
RenderObjectMap. put(java.lang.String name, Modifier modifier)
Constructors in org.sunflow with parameters of type Modifier Constructor Description RenderObjectHandle(Modifier modifier)
-
Uses of Modifier in org.sunflow.core
Fields in org.sunflow.core declared as Modifier Modifier and Type Field Description private Modifier
ShadingState. modifier
private Modifier[]
Instance. modifiers
Methods in org.sunflow.core that return Modifier Modifier and Type Method Description Modifier
Instance. getModifier(int i)
Get a modifier for the instance's list.(package private) Modifier
ShadingState. getModifier()
Methods in org.sunflow.core with parameters of type Modifier 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 -
Uses of Modifier in org.sunflow.core.modifiers
Classes in org.sunflow.core.modifiers that implement Modifier Modifier and Type Class Description class
BumpMappingModifier
class
NormalMapModifier
class
PerlinModifier
-