Uses of Class
com.jme.scene.Spatial.LightCombineMode

Packages that use Spatial.LightCombineMode
com.jme.scene   
 

Uses of Spatial.LightCombineMode in com.jme.scene
 

Fields in com.jme.scene declared as Spatial.LightCombineMode
protected  Spatial.LightCombineMode Spatial.lightCombineMode
          Flag signaling how lights are combined for this node.
 

Methods in com.jme.scene that return Spatial.LightCombineMode
 Spatial.LightCombineMode Spatial.getLightCombineMode()
          Returns this spatial's light combine mode.
 Spatial.LightCombineMode Spatial.getLocalLightCombineMode()
           
static Spatial.LightCombineMode Spatial.LightCombineMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Spatial.LightCombineMode[] Spatial.LightCombineMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.scene with parameters of type Spatial.LightCombineMode
 void Spatial.setLightCombineMode(Spatial.LightCombineMode mode)
          Sets how lights from parents should be combined for this spatial.