|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.renderer.config.StencilStateConfig
public class StencilStateConfig
Configurable stencil state.
| Nested Class Summary | |
|---|---|
static class |
StencilStateConfig.Op
Stencil ops. |
static class |
StencilStateConfig.TestFunc
Stencil test function constants. |
| Field Summary | |
|---|---|
StencilStateConfig.Op |
depthFailOp
The stencil depth fail operation. |
StencilStateConfig.Op |
failOp
The stencil fail operation. |
StencilStateConfig.Op |
passOp
The stencil pass operation. |
StencilStateConfig.TestFunc |
testFunc
The stencil test function. |
int |
testMask
The stencil test mask. |
int |
testRef
The stencil test reference value. |
boolean |
uniqueInstance
If true, do not use a shared instance. |
int |
writeMask
The stencil write mask. |
| Constructor Summary | |
|---|---|
StencilStateConfig()
|
|
| Method Summary | |
|---|---|
StencilState |
getState()
Returns the corresponding stencil state. |
| 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 |
|---|
@Editable(hgroup="t") public StencilStateConfig.TestFunc testFunc
@Editable(min=0.0,
hgroup="t")
public int testRef
@Editable(hgroup="o") public StencilStateConfig.Op failOp
@Editable(hgroup="o") public StencilStateConfig.Op depthFailOp
@Editable(hgroup="o") public StencilStateConfig.Op passOp
@Editable(hgroup="m") public int testMask
@Editable(hgroup="m") public int writeMask
@Editable public boolean uniqueInstance
| Constructor Detail |
|---|
public StencilStateConfig()
| Method Detail |
|---|
public StencilState getState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||