com.threerings.opengl.renderer.config
Class TextureConfig.Shadow

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.renderer.config.TextureConfig.Implementation
          extended by com.threerings.opengl.renderer.config.TextureConfig.BaseDerived
              extended by com.threerings.opengl.renderer.config.TextureConfig.Shadow
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
TextureConfig

public static class TextureConfig.Shadow
extends TextureConfig.BaseDerived

A dynamically rendered shadow map.


Field Summary
 
Fields inherited from class com.threerings.opengl.renderer.config.TextureConfig.BaseDerived
texture
 
Constructor Summary
TextureConfig.Shadow()
           
 
Method Summary
 Texture getTexture(GlContext ctx, TextureState state, TextureUnit unit, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
          Returns the (possibly dynamic) texture corresponding to this configuration.
 
Methods inherited from class com.threerings.opengl.renderer.config.TextureConfig.BaseDerived
getConfig, getUpdateReferences, isSupported
 
Methods inherited from class com.threerings.opengl.renderer.config.TextureConfig.Implementation
getFromPool, getTexture, getUpdateResources, invalidate, returnToPool
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextureConfig.Shadow

public TextureConfig.Shadow()
Method Detail

getTexture

public Texture getTexture(GlContext ctx,
                          TextureState state,
                          TextureUnit unit,
                          Scope scope,
                          List<Dependency.Adder> adders,
                          List<Updater> updaters)
Description copied from class: TextureConfig.Implementation
Returns the (possibly dynamic) texture corresponding to this configuration.

Overrides:
getTexture in class TextureConfig.BaseDerived