com.threerings.opengl.compositor.config
Class StepConfig.Clear.Depth

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by 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.
 
Constructor Summary
StepConfig.Clear.Depth()
           
 
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

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.

Constructor Detail

StepConfig.Clear.Depth

public StepConfig.Clear.Depth()


Copyright © 2011. All Rights Reserved.