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

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.Add
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
TextureEnvironmentConfig

public static class TextureEnvironmentConfig.Add
extends TextureEnvironmentConfig

The add 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.Add()
           
 
Method Summary
 int getMode()
          Returns the OpenGL constant for the mode.
 boolean isSupported(boolean fallback)
          Checks whether the mode is supported.
 
Methods inherited from class com.threerings.opengl.renderer.config.TextureEnvironmentConfig
configure
 
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.Add

public TextureEnvironmentConfig.Add()
Method Detail

isSupported

public boolean isSupported(boolean fallback)
Description copied from class: TextureEnvironmentConfig
Checks whether the mode is supported.

Overrides:
isSupported in class TextureEnvironmentConfig

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.