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

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.renderer.config.TextureEnvironmentConfig
          extended by com.threerings.opengl.renderer.config.TextureEnvironmentConfig.Modulate
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
TextureEnvironmentConfig

public static class TextureEnvironmentConfig.Modulate
extends TextureEnvironmentConfig

The modulate environment mode.


Nested Class Summary
 
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
 
Field Summary
 
Fields inherited from class com.threerings.opengl.renderer.config.TextureEnvironmentConfig
color, lodBias
 
Constructor Summary
TextureEnvironmentConfig.Modulate()
           
 
Method Summary
 int getMode()
          Returns the OpenGL constant for the mode.
 
Methods inherited from class com.threerings.opengl.renderer.config.TextureEnvironmentConfig
configure, isSupported
 
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
 

Constructor Detail

TextureEnvironmentConfig.Modulate

public TextureEnvironmentConfig.Modulate()
Method Detail

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.