com.threerings.opengl.renderer.config
Class TextureEnvironmentConfig.RGBParam

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by 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.


Field Summary
 TextureEnvironmentConfig.RGBOperand operand
          The operand itself.
 TextureEnvironmentConfig.Source source
          The source of the operand.
 
Constructor Summary
TextureEnvironmentConfig.RGBParam()
           
TextureEnvironmentConfig.RGBParam(TextureEnvironmentConfig.Source source, TextureEnvironmentConfig.RGBOperand operand)
           
 
Method Summary
 
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

source

@Editable(hgroup="p")
public TextureEnvironmentConfig.Source source
The source of the operand.


operand

@Editable(hgroup="p")
public TextureEnvironmentConfig.RGBOperand operand
The operand itself.

Constructor Detail

TextureEnvironmentConfig.RGBParam

public TextureEnvironmentConfig.RGBParam(TextureEnvironmentConfig.Source source,
                                         TextureEnvironmentConfig.RGBOperand operand)

TextureEnvironmentConfig.RGBParam

public TextureEnvironmentConfig.RGBParam()


Copyright © 2011. All Rights Reserved.