com.threerings.opengl.renderer.config
Class LightConfig.Colors
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.LightConfig.Colors
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- LightConfig
public static class LightConfig.Colors
- extends DeepObject
- implements Exportable
Represents the colors of the light.
ambient
@Editable
public Color4f ambient
- The ambient light color.
diffuse
@Editable
public Color4f diffuse
- The diffuse light color.
specular
@Editable
public Color4f specular
- The specular light color.
LightConfig.Colors
public LightConfig.Colors()
Copyright © 2011. All Rights Reserved.