com.threerings.opengl.compositor
Class Dependency.ReflectionTexture

java.lang.Object
  extended by com.threerings.opengl.compositor.Dependency
      extended by com.threerings.opengl.compositor.Dependency.Planar
          extended by com.threerings.opengl.compositor.Dependency.PlanarTexture
              extended by com.threerings.opengl.compositor.Dependency.ReflectionTexture
Enclosing class:
Dependency

public static class Dependency.ReflectionTexture
extends Dependency.PlanarTexture

A planar reflection texture.


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
 
Fields inherited from class com.threerings.opengl.compositor.Dependency.PlanarTexture
config, texture
 
Fields inherited from class com.threerings.opengl.compositor.Dependency.Planar
bounds, eyePlane, worldPlane
 
Constructor Summary
Dependency.ReflectionTexture(GlContext ctx)
          Creates a new reflection texture dependency.
 
Method Summary
 void resolve()
          Resolves this dependency.
 
Methods inherited from class com.threerings.opengl.compositor.Dependency.PlanarTexture
cleanup, merge
 
Methods inherited from class com.threerings.opengl.compositor.Dependency.Planar
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dependency.ReflectionTexture

public Dependency.ReflectionTexture(GlContext ctx)
Creates a new reflection texture dependency.

Method Detail

resolve

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

Overrides:
resolve in class Dependency


Copyright © 2011. All Rights Reserved.