com.threerings.opengl.renderer.config
Class LightConfig.Falloff
java.lang.Object
com.threerings.util.DeepObject
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. |
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.
LightConfig.Falloff
public LightConfig.Falloff()
Copyright © 2011. All Rights Reserved.