com.threerings.opengl.renderer.config
Class FogStateConfig.Disabled

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.renderer.config.FogStateConfig
          extended by com.threerings.opengl.renderer.config.FogStateConfig.Disabled
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
FogStateConfig

public static class FogStateConfig.Disabled
extends FogStateConfig

Explicitly disables the fog.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.renderer.config.FogStateConfig
FogStateConfig.Disabled, FogStateConfig.Enabled, FogStateConfig.Exponential, FogStateConfig.Linear
 
Constructor Summary
FogStateConfig.Disabled()
           
 
Method Summary
 FogState getState()
          Returns the corresponding fog state.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FogStateConfig.Disabled

public FogStateConfig.Disabled()
Method Detail

getState

public FogState getState()
Description copied from class: FogStateConfig
Returns the corresponding fog state.

Specified by:
getState in class FogStateConfig


Copyright © 2011. All Rights Reserved.