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

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.Enabled
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
FogStateConfig.Exponential, FogStateConfig.Linear
Enclosing class:
FogStateConfig

public abstract static class FogStateConfig.Enabled
extends FogStateConfig

Superclass of the enabled states.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.renderer.config.FogStateConfig
FogStateConfig.Disabled, FogStateConfig.Enabled, FogStateConfig.Exponential, FogStateConfig.Linear
 
Field Summary
 Color4f color
          The fog color.
 
Constructor Summary
FogStateConfig.Enabled()
           
 
Method Summary
 
Methods inherited from class com.threerings.opengl.renderer.config.FogStateConfig
getState
 
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
 

Field Detail

color

@Editable(hgroup="p")
public Color4f color
The fog color.

Constructor Detail

FogStateConfig.Enabled

public FogStateConfig.Enabled()


Copyright © 2011. All Rights Reserved.