Uses of Class
com.threerings.opengl.compositor.config.RenderEffectConfig

Packages that use RenderEffectConfig
com.threerings.opengl.compositor   
com.threerings.opengl.compositor.config Compositor configurations. 
com.threerings.opengl.material.config Material configurations. 
com.threerings.opengl.scene.config Scene configurations. 
 

Uses of RenderEffectConfig in com.threerings.opengl.compositor
 

Fields in com.threerings.opengl.compositor declared as RenderEffectConfig
 RenderEffectConfig Dependency.RenderEffect.config
          The configuration of the effect.
 

Methods in com.threerings.opengl.compositor with parameters of type RenderEffectConfig
 void Compositor.addDependencyEffect(RenderEffectConfig config)
          Adds an effect associated with a dependency.
 void RenderEffect.setConfig(RenderEffectConfig config)
          Sets the configuration of this effect.
 

Method parameters in com.threerings.opengl.compositor with type arguments of type RenderEffectConfig
 void RenderEffect.configUpdated(ConfigEvent<RenderEffectConfig> event)
           
 void RenderEffect.setConfig(ConfigReference<RenderEffectConfig> ref)
          Sets the configuration of this render effect.
 

Constructors in com.threerings.opengl.compositor with parameters of type RenderEffectConfig
RenderEffect(GlContext ctx, Scope parentScope, RenderEffectConfig config)
          Creates a new render effect.
 

Constructor parameters in com.threerings.opengl.compositor with type arguments of type RenderEffectConfig
RenderEffect(GlContext ctx, Scope parentScope, ConfigReference<RenderEffectConfig> ref)
          Creates a new render effect.
 

Uses of RenderEffectConfig in com.threerings.opengl.compositor.config
 

Fields in com.threerings.opengl.compositor.config with type parameters of type RenderEffectConfig
 ConfigReference<RenderEffectConfig> RenderEffectConfig.Derived.renderEffect
          The effect reference.
 

Uses of RenderEffectConfig in com.threerings.opengl.material.config
 

Fields in com.threerings.opengl.material.config with type parameters of type RenderEffectConfig
 ConfigReference<RenderEffectConfig> TechniqueConfig.RenderEffectDependency.renderEffect
          The effect reference.
 

Uses of RenderEffectConfig in com.threerings.opengl.scene.config
 

Fields in com.threerings.opengl.scene.config with type parameters of type RenderEffectConfig
 ConfigReference<RenderEffectConfig> ViewerEffectConfig.RenderEffect.renderEffect
          The configuration of the render effect.
 



Copyright © 2011. All Rights Reserved.