com.threerings.opengl.renderer.config
Class TextureEnvironmentConfig.Add
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureEnvironmentConfig
com.threerings.opengl.renderer.config.TextureEnvironmentConfig.Add
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureEnvironmentConfig
public static class TextureEnvironmentConfig.Add
- extends TextureEnvironmentConfig
The add environment mode.
| Nested classes/interfaces inherited from class com.threerings.opengl.renderer.config.TextureEnvironmentConfig |
TextureEnvironmentConfig.Add, TextureEnvironmentConfig.AlphaCombine, TextureEnvironmentConfig.AlphaOperand, TextureEnvironmentConfig.AlphaParam, TextureEnvironmentConfig.Blend, TextureEnvironmentConfig.Combine, TextureEnvironmentConfig.Decal, TextureEnvironmentConfig.Modulate, TextureEnvironmentConfig.Replace, TextureEnvironmentConfig.RGBCombine, TextureEnvironmentConfig.RGBOperand, TextureEnvironmentConfig.RGBParam, TextureEnvironmentConfig.Scale, TextureEnvironmentConfig.Source |
|
Method Summary |
int |
getMode()
Returns the OpenGL constant for the mode. |
boolean |
isSupported(boolean fallback)
Checks whether the mode is supported. |
TextureEnvironmentConfig.Add
public TextureEnvironmentConfig.Add()
isSupported
public boolean isSupported(boolean fallback)
- Description copied from class:
TextureEnvironmentConfig
- Checks whether the mode is supported.
- Overrides:
isSupported in class TextureEnvironmentConfig
getMode
public int getMode()
- Description copied from class:
TextureEnvironmentConfig
- Returns the OpenGL constant for the mode.
- Specified by:
getMode in class TextureEnvironmentConfig
Copyright © 2011. All Rights Reserved.