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

Packages that use FogStateConfig
com.threerings.opengl.material.config Material configurations. 
com.threerings.opengl.renderer.config Renderer configuration bits. 
com.threerings.opengl.scene.config Scene configurations. 
 

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

Fields in com.threerings.opengl.material.config declared as FogStateConfig
 FogStateConfig PassConfig.fogStateOverride
          The fog state to use in this pass (overriding the default).
 

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

Subclasses of FogStateConfig in com.threerings.opengl.renderer.config
static class FogStateConfig.Disabled
          Explicitly disables the fog.
static class FogStateConfig.Enabled
          Superclass of the enabled states.
static class FogStateConfig.Exponential
          Exponential fog.
static class FogStateConfig.Linear
          Linear fog.
 

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

Fields in com.threerings.opengl.scene.config declared as FogStateConfig
 FogStateConfig SceneInfluenceConfig.Fog.state
          The fog state.
 



Copyright © 2011. All Rights Reserved.