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

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.compositor.config.StepConfig.Clear.Stencil
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
StepConfig.Clear

public static class StepConfig.Clear.Stencil
extends DeepObject
implements Exportable

Stencil clear parameters.


Field Summary
 boolean clear
          Whether or not to clear the stencil buffer.
 int value
          The stencil clear value.
 
Constructor Summary
StepConfig.Clear.Stencil()
           
 
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 stencil buffer.


value

@Editable(min=0.0,
          hgroup="c")
public int value
The stencil clear value.

Constructor Detail

StepConfig.Clear.Stencil

public StepConfig.Clear.Stencil()


Copyright © 2011. All Rights Reserved.