Uses of Class
com.jme3.renderer.queue.RenderQueue.ShadowMode

Packages that use RenderQueue.ShadowMode
com.jme3.renderer.queue   
com.jme3.scene The com.jme3.input package contains the scene graph implementation in jMonkeyEngine. 
 

Uses of RenderQueue.ShadowMode in com.jme3.renderer.queue
 

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

Methods in com.jme3.renderer.queue with parameters of type RenderQueue.ShadowMode
 void RenderQueue.addToShadowQueue(Geometry g, RenderQueue.ShadowMode shadBucket)
          Adds a geometry to a shadow bucket.
 GeometryList RenderQueue.getShadowQueueContent(RenderQueue.ShadowMode shadBucket)
           
 void RenderQueue.renderShadowQueue(RenderQueue.ShadowMode shadBucket, RenderManager rm, Camera cam, boolean clear)
           
 

Uses of RenderQueue.ShadowMode in com.jme3.scene
 

Fields in com.jme3.scene declared as RenderQueue.ShadowMode
protected  RenderQueue.ShadowMode Spatial.shadowMode
           
 

Methods in com.jme3.scene that return RenderQueue.ShadowMode
 RenderQueue.ShadowMode Spatial.getLocalShadowMode()
           
 RenderQueue.ShadowMode Spatial.getShadowMode()
           
 

Methods in com.jme3.scene with parameters of type RenderQueue.ShadowMode
 void Spatial.setShadowMode(RenderQueue.ShadowMode shadowMode)
          Sets the shadow mode of the spatial The shadow mode determines how the spatial should be shadowed, when a shadowing technique is used.