Uses of Class
com.threerings.opengl.renderer.state.FogState

Packages that use FogState
com.threerings.opengl.model   
com.threerings.opengl.renderer.config Renderer configuration bits. 
com.threerings.opengl.renderer.state   
com.threerings.opengl.scene Scene management classes. 
 

Uses of FogState in com.threerings.opengl.model
 

Methods in com.threerings.opengl.model that return FogState
 FogState Model.getFogState()
          Returns a reference to the model's fog state.
 

Methods in com.threerings.opengl.model with parameters of type FogState
 void Model.setFogState(FogState state)
          Sets the model's fog state.
 

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

Methods in com.threerings.opengl.renderer.config that return FogState
abstract  FogState FogStateConfig.getState()
          Returns the corresponding fog state.
 FogState FogStateConfig.Disabled.getState()
           
 FogState FogStateConfig.Linear.getState()
           
 FogState FogStateConfig.Exponential.getState()
           
 

Uses of FogState in com.threerings.opengl.renderer.state
 

Fields in com.threerings.opengl.renderer.state declared as FogState
static FogState FogState.DISABLED
          A state that disables the fog.
 

Uses of FogState in com.threerings.opengl.scene
 

Methods in com.threerings.opengl.scene that return FogState
 FogState SceneInfluence.getFogState()
          Returns the fog state associated with this influence, or null for none.
 FogState FogInfluence.getFogState()
           
 FogState SceneInfluenceSet.getFogState(Box bounds, FogState state)
          Returns the fog state for this influence set.
 

Methods in com.threerings.opengl.scene with parameters of type FogState
 FogState SceneInfluenceSet.getFogState(Box bounds, FogState state)
          Returns the fog state for this influence set.
 

Constructors in com.threerings.opengl.scene with parameters of type FogState
FogInfluence(FogState state)
          Creates a new fog influence object with the supplied state.
 



Copyright © 2011. All Rights Reserved.