Uses of Class
com.jme.scene.state.LightState

Packages that use LightState
com.jme.app   
com.jme.light   
com.jme.renderer   
com.jme.renderer.lwjgl   
com.jme.scene.state.lwjgl   
com.jme.util   
jmetest.TutorialGuide   
jmetest.ui   
 

Uses of LightState in com.jme.app
 

Fields in com.jme.app declared as LightState
protected  LightState SimpleHeadlessApp.lightState
          A lightstate to turn on and off for the rootNode
protected  LightState SimpleGame.lightState
          A lightstate to turn on and off for the rootNode
 

Uses of LightState in com.jme.light
 

Constructors in com.jme.light with parameters of type LightState
LightNode(java.lang.String name, LightState lightState)
          Constructor creates a new LightState object.
 

Uses of LightState in com.jme.renderer
 

Methods in com.jme.renderer that return LightState
 LightState Renderer.createLightState()
          createLightState retrieves the light state object for the proper renderer.
 

Uses of LightState in com.jme.renderer.lwjgl
 

Methods in com.jme.renderer.lwjgl that return LightState
 LightState LWJGLRenderer.createLightState()
          createLightState returns a new LWJGLLightState object as a regular LightState.
 

Uses of LightState in com.jme.scene.state.lwjgl
 

Subclasses of LightState in com.jme.scene.state.lwjgl
 class LWJGLLightState
          LWJGLLightState subclasses the Light class using the LWJGL API to access OpenGL for light processing.
 

Uses of LightState in com.jme.util
 

Methods in com.jme.util that return LightState
 LightState LightStateCreator.createLightState(Spatial sp)
          Creates a new LightState for a spatial placing the "best" eight lights currently maintained by the LightStateCreator.
 

Methods in com.jme.util with parameters of type LightState
 void LightStateCreator.resortLightsFor(LightState ls, Spatial sp)
          Gives the LightState the best possible lights for the Spatial.
 

Uses of LightState in jmetest.TutorialGuide
 

Fields in jmetest.TutorialGuide declared as LightState
protected  LightState HelloSimpleGame.lightState
          A lightstate to turn on and off for the rootNode
 

Uses of LightState in jmetest.ui
 

Fields in jmetest.ui declared as LightState
protected  LightState TestUI.lightState