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

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


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

Constructor Detail

TextureEnvironmentConfig.AlphaParam

public TextureEnvironmentConfig.AlphaParam(TextureEnvironmentConfig.Source source,
                                           TextureEnvironmentConfig.AlphaOperand operand)

TextureEnvironmentConfig.AlphaParam

public TextureEnvironmentConfig.AlphaParam()


Copyright © 2011. All Rights Reserved.