com.threerings.opengl.renderer.config
Class LightStateConfig.Enabled
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.LightStateConfig
com.threerings.opengl.renderer.config.LightStateConfig.Enabled
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- LightStateConfig
public static class LightStateConfig.Enabled
- extends LightStateConfig
Enables lighting.
globalAmbient
@Editable
public Color4f globalAmbient
- The global ambient light intensity.
lights
@Editable
public LightConfig[] lights
- The individual light configurations.
LightStateConfig.Enabled
public LightStateConfig.Enabled()
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.