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

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

public static class LightStateConfig.Disabled
extends LightStateConfig

Explicitly disables lighting.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.renderer.config.LightStateConfig
LightStateConfig.Disabled, LightStateConfig.Enabled
 
Constructor Summary
LightStateConfig.Disabled()
           
 
Method Summary
 LightState getState(GlContext ctx, Scope scope, List<Updater> updaters)
          Returns the corresponding light 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

LightStateConfig.Disabled

public LightStateConfig.Disabled()
Method Detail

getState

public LightState getState(GlContext ctx,
                           Scope scope,
                           List<Updater> updaters)
Description copied from class: LightStateConfig
Returns the corresponding light state.

Specified by:
getState in class LightStateConfig


Copyright © 2011. All Rights Reserved.