com.threerings.opengl.renderer.config
Class LightConfig.Colors

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by 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.


Field Summary
 Color4f ambient
          The ambient light color.
 Color4f diffuse
          The diffuse light color.
 Color4f specular
          The specular light color.
 
Constructor Summary
LightConfig.Colors()
           
 
Method Summary
 
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

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.

Constructor Detail

LightConfig.Colors

public LightConfig.Colors()


Copyright © 2011. All Rights Reserved.