|
||||||||||
| 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.AlphaStateConfig
public class AlphaStateConfig
Configurable alpha state.
| Nested Class Summary | |
|---|---|
static class |
AlphaStateConfig.DestBlendFactor
Dest blend factor constants. |
static class |
AlphaStateConfig.SourceBlendFactor
Source blend factor constants. |
static class |
AlphaStateConfig.TestFunc
Test functions. |
| Field Summary | |
|---|---|
AlphaStateConfig.DestBlendFactor |
destBlendFactor
The dest blend factor. |
AlphaStateConfig.SourceBlendFactor |
srcBlendFactor
The source blend factor. |
AlphaStateConfig.TestFunc |
testFunc
The alpha test function. |
float |
testRef
The alpha test reference value. |
boolean |
uniqueInstance
If true, do not use a shared instance. |
| Constructor Summary | |
|---|---|
AlphaStateConfig()
|
|
| Method Summary | |
|---|---|
AlphaState |
getState()
Returns the corresponding alpha 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 AlphaStateConfig.TestFunc testFunc
@Editable(min=0.0,
max=1.0,
step=0.01,
hgroup="t")
public float testRef
@Editable(hgroup="b") public AlphaStateConfig.SourceBlendFactor srcBlendFactor
@Editable(hgroup="b") public AlphaStateConfig.DestBlendFactor destBlendFactor
@Editable public boolean uniqueInstance
| Constructor Detail |
|---|
public AlphaStateConfig()
| Method Detail |
|---|
public AlphaState getState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||