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

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

public static class LightConfig.Falloff
extends DeepObject
implements Exportable

Represents the spot light falloff.


Field Summary
 float cutoff
          The falloff cutoff.
 float exponent
          The falloff exponent.
 
Constructor Summary
LightConfig.Falloff()
           
 
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

exponent

@Editable(min=0.0,
          max=128.0)
public float exponent
The falloff exponent.


cutoff

@Editable(min=0.0,
          max=90.0)
public float cutoff
The falloff cutoff.

Constructor Detail

LightConfig.Falloff

public LightConfig.Falloff()


Copyright © 2011. All Rights Reserved.