com.threerings.opengl.renderer.config
Class LightStateConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.LightStateConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- LightStateConfig.Disabled, LightStateConfig.Enabled
@EditorTypes(value={LightStateConfig.Disabled.class,LightStateConfig.Enabled.class})
public abstract class LightStateConfig- extends DeepObject
- implements Exportable
Configurable light state.
LightStateConfig
public LightStateConfig()
getState
public abstract LightState getState(GlContext ctx,
Scope scope,
List<Updater> updaters)
- Returns the corresponding light state.
Copyright © 2011. All Rights Reserved.