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