|
||||||||||
| 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.TextureEnvironmentConfig
com.threerings.opengl.renderer.config.TextureEnvironmentConfig.Combine
public static class TextureEnvironmentConfig.Combine
The combine environment mode.
| Nested Class Summary |
|---|
| Field Summary | |
|---|---|
TextureEnvironmentConfig.AlphaCombine |
alphaCombine
The alpha combine mode. |
TextureEnvironmentConfig.AlphaParam |
alphaParam0
The first alpha parameter. |
TextureEnvironmentConfig.AlphaParam |
alphaParam1
The first alpha parameter. |
TextureEnvironmentConfig.AlphaParam |
alphaParam2
The first alpha parameter. |
TextureEnvironmentConfig.Scale |
alphaScale
The alpha combine scale. |
TextureEnvironmentConfig.RGBCombine |
rgbCombine
The RGB combine mode. |
TextureEnvironmentConfig.RGBParam |
rgbParam0
The first RGB parameter. |
TextureEnvironmentConfig.RGBParam |
rgbParam1
The second RGB parameter. |
TextureEnvironmentConfig.RGBParam |
rgbParam2
The third RGB parameter. |
TextureEnvironmentConfig.Scale |
rgbScale
The RGB combine scale. |
| Fields inherited from class com.threerings.opengl.renderer.config.TextureEnvironmentConfig |
|---|
color, lodBias |
| Constructor Summary | |
|---|---|
TextureEnvironmentConfig.Combine()
|
|
| Method Summary | |
|---|---|
void |
configure(TextureUnit unit)
Configures the supplied texture unit with this environment's parameters. |
int |
getMode()
Returns the OpenGL constant for the mode. |
boolean |
isSupported(boolean fallback)
Checks whether the mode is supported. |
| 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(category="rgb") public TextureEnvironmentConfig.RGBCombine rgbCombine
@Editable(category="rgb") public TextureEnvironmentConfig.RGBParam rgbParam0
@Editable(category="rgb") public TextureEnvironmentConfig.RGBParam rgbParam1
@Editable(category="rgb") public TextureEnvironmentConfig.RGBParam rgbParam2
@Editable(category="rgb") public TextureEnvironmentConfig.Scale rgbScale
@Editable(category="alpha") public TextureEnvironmentConfig.AlphaCombine alphaCombine
@Editable(category="alpha") public TextureEnvironmentConfig.AlphaParam alphaParam0
@Editable(category="alpha") public TextureEnvironmentConfig.AlphaParam alphaParam1
@Editable(category="alpha") public TextureEnvironmentConfig.AlphaParam alphaParam2
@Editable(category="alpha") public TextureEnvironmentConfig.Scale alphaScale
| Constructor Detail |
|---|
public TextureEnvironmentConfig.Combine()
| Method Detail |
|---|
public boolean isSupported(boolean fallback)
TextureEnvironmentConfig
isSupported in class TextureEnvironmentConfigpublic void configure(TextureUnit unit)
TextureEnvironmentConfig
configure in class TextureEnvironmentConfigpublic int getMode()
TextureEnvironmentConfig
getMode in class TextureEnvironmentConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||