Uses of Interface
org.sunflow.core.Modifier

Packages that use Modifier
org.sunflow   
org.sunflow.core   
org.sunflow.core.modifiers   
 

Uses of Modifier in org.sunflow
 

Methods in org.sunflow that return Modifier
 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.
 

Methods in org.sunflow with parameters of type Modifier
 void SunflowAPI.modifier(java.lang.String name, Modifier modifier)
          Defines a modifier with a given name.
 

Uses of Modifier in org.sunflow.core
 

Methods in org.sunflow.core that return Modifier
 Modifier Instance.getModifier(int i)
          Get a modifier for the instance's list.
 

Methods in org.sunflow.core with parameters of type Modifier
 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
 class BumpMappingModifier
           
 class NormalMapModifier