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

Packages that use LightConfig
com.threerings.opengl.renderer.config Renderer configuration bits. 
com.threerings.opengl.scene.config Scene configurations. 
 

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

Subclasses of LightConfig in com.threerings.opengl.renderer.config
static class LightConfig.Directional
          A directional light.
static class LightConfig.Point
          A point light.
static class LightConfig.Spot
          A spot light.
 

Fields in com.threerings.opengl.renderer.config declared as LightConfig
 LightConfig[] LightStateConfig.Enabled.lights
          The individual light configurations.
 

Constructors in com.threerings.opengl.renderer.config with parameters of type LightConfig
LightConfig.Directional(LightConfig other)
           
LightConfig.Point(LightConfig other)
           
LightConfig.Spot(LightConfig other)
           
LightConfig(LightConfig other)
           
 

Uses of LightConfig in com.threerings.opengl.scene.config
 

Fields in com.threerings.opengl.scene.config declared as LightConfig
 LightConfig SceneInfluenceConfig.Light.light
          The light config.
 



Copyright © 2011. All Rights Reserved.