Uses of Class
com.jme.renderer.pass.ShadowedRenderPass.LightingMethod

Packages that use ShadowedRenderPass.LightingMethod
com.jme.renderer.pass   
 

Uses of ShadowedRenderPass.LightingMethod in com.jme.renderer.pass
 

Fields in com.jme.renderer.pass declared as ShadowedRenderPass.LightingMethod
protected  ShadowedRenderPass.LightingMethod ShadowedRenderPass.lightingMethod
          Sets the type of pass to do to show shadows - ADDITIVE or MODULATIVE
 

Methods in com.jme.renderer.pass that return ShadowedRenderPass.LightingMethod
 ShadowedRenderPass.LightingMethod ShadowedRenderPass.getLightingMethod()
           
static ShadowedRenderPass.LightingMethod ShadowedRenderPass.LightingMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ShadowedRenderPass.LightingMethod[] ShadowedRenderPass.LightingMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.renderer.pass with parameters of type ShadowedRenderPass.LightingMethod
 void ShadowedRenderPass.setLightingMethod(ShadowedRenderPass.LightingMethod method)
          Sets which method to use with the shadow volume stencils in order to generate shadows in the scene.