com.threerings.opengl.compositor.config
Class StepConfig.Clear.Depth
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.compositor.config.StepConfig.Clear.Depth
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- StepConfig.Clear
public static class StepConfig.Clear.Depth
- extends DeepObject
- implements Exportable
Depth clear parameters.
|
Field Summary |
boolean |
clear
Whether or not to clear the depth buffer. |
float |
value
The depth clear value. |
clear
@Editable(hgroup="c")
public boolean clear
- Whether or not to clear the depth buffer.
value
@Editable(min=0.0,
max=1.0,
step=0.01,
hgroup="c")
public float value
- The depth clear value.
StepConfig.Clear.Depth
public StepConfig.Clear.Depth()
Copyright © 2011. All Rights Reserved.