Uses of Class
com.threerings.opengl.renderer.config.LightStateConfig

Packages that use LightStateConfig
com.threerings.opengl.material.config Material configurations. 
com.threerings.opengl.renderer.config Renderer configuration bits. 
 

Uses of LightStateConfig in com.threerings.opengl.material.config
 

Fields in com.threerings.opengl.material.config declared as LightStateConfig
 LightStateConfig PassConfig.lightStateOverride
          The light state to use in this pass (overriding the default).
 

Uses of LightStateConfig in com.threerings.opengl.renderer.config
 

Subclasses of LightStateConfig in com.threerings.opengl.renderer.config
static class LightStateConfig.Disabled
          Explicitly disables lighting.
static class LightStateConfig.Enabled
          Enables lighting.
 



Copyright © 2011. All Rights Reserved.