com.threerings.opengl.renderer.config
Class TextureEnvironmentConfig.Decal
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureEnvironmentConfig
com.threerings.opengl.renderer.config.TextureEnvironmentConfig.Decal
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureEnvironmentConfig
public static class TextureEnvironmentConfig.Decal
- extends TextureEnvironmentConfig
The decal 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. |
TextureEnvironmentConfig.Decal
public TextureEnvironmentConfig.Decal()
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.