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. modifierPluginsMethods in org.sunflow that return Modifier Modifier and Type Method Description private ModifierRenderObjectMap.RenderObjectHandle. getModifier()(package private) ModifierRenderObjectMap. lookupModifier(java.lang.String name)ModifierSunflowAPI. lookupModifier(java.lang.String name)Retrieve a modifier object by its name, ornullif 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) voidRenderObjectMap. 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 ModifierShadingState. modifierprivate Modifier[]Instance. modifiersMethods in org.sunflow.core that return Modifier Modifier and Type Method Description ModifierInstance. getModifier(int i)Get a modifier for the instance's list.(package private) ModifierShadingState. getModifier()Methods in org.sunflow.core with parameters of type Modifier Modifier and Type Method Description voidInstance. removeModifier(Modifier m)Remove the specified modifier from the instance's list if it is being used.voidShadingState. 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 classBumpMappingModifierclassNormalMapModifierclassPerlinModifier
-