com.threerings.opengl.compositor
Class Dependency.RenderEffect

java.lang.Object
  extended by com.threerings.opengl.compositor.Dependency
      extended by com.threerings.opengl.compositor.Dependency.RenderEffect
Enclosing class:
Dependency

public static class Dependency.RenderEffect
extends Dependency

A render effect.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.compositor.Dependency
Dependency.Adder, Dependency.CubeTexture, Dependency.Planar, Dependency.PlanarTexture, Dependency.ReflectionTexture, Dependency.RefractionTexture, Dependency.RenderEffect, Dependency.Shadows, Dependency.ShadowTexture, Dependency.ShadowVolumes, Dependency.StencilReflection, Dependency.StencilRefraction
 
Field Summary
 RenderEffectConfig config
          The configuration of the effect.
 
Constructor Summary
Dependency.RenderEffect(GlContext ctx)
          Creates a new render effect dependency.
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 void resolve()
          Resolves this dependency.
 
Methods inherited from class com.threerings.opengl.compositor.Dependency
cleanup, merge
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

public RenderEffectConfig config
The configuration of the effect.

Constructor Detail

Dependency.RenderEffect

public Dependency.RenderEffect(GlContext ctx)
Creates a new render effect dependency.

Method Detail

resolve

public void resolve()
Description copied from class: Dependency
Resolves this dependency.

Overrides:
resolve in class Dependency

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.