com.threerings.opengl.renderer.config
Class TextureEnvironmentConfig.AlphaParam
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureEnvironmentConfig.AlphaParam
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureEnvironmentConfig
public static class TextureEnvironmentConfig.AlphaParam
- extends DeepObject
- implements Exportable
A single alpha source/operand pair.
source
@Editable(hgroup="p")
public TextureEnvironmentConfig.Source source
- The source of the operand.
operand
@Editable(hgroup="p")
public TextureEnvironmentConfig.AlphaOperand operand
- The operand itself.
TextureEnvironmentConfig.AlphaParam
public TextureEnvironmentConfig.AlphaParam(TextureEnvironmentConfig.Source source,
TextureEnvironmentConfig.AlphaOperand operand)
TextureEnvironmentConfig.AlphaParam
public TextureEnvironmentConfig.AlphaParam()
Copyright © 2011. All Rights Reserved.