Uses of Class
com.threerings.opengl.compositor.Dependency

Packages that use Dependency
com.threerings.opengl.compositor   
 

Uses of Dependency in com.threerings.opengl.compositor
 

Subclasses of Dependency in com.threerings.opengl.compositor
static class Dependency.CubeTexture
          A cube map texture.
static class Dependency.Planar
          The base class of the various planar reflection/refraction dependencies.
static class Dependency.PlanarTexture
          The base class for planar reflection/refraction textures.
static class Dependency.ReflectionTexture
          A planar reflection texture.
static class Dependency.RefractionTexture
          A planar refraction texture.
static class Dependency.RenderEffect
          A render effect.
static class Dependency.Shadows
          The base class for shadows from a single light.
static class Dependency.ShadowTexture
          A shadow depth texture.
static class Dependency.ShadowVolumes
          Stencil shadow volumes.
static class Dependency.StencilReflection
          A stencil reflection.
static class Dependency.StencilRefraction
          A stencil refraction.
 

Methods in com.threerings.opengl.compositor that return types with arguments of type Dependency
 Map<Dependency,Dependency> Compositor.getDependencies()
          Returns a reference to the dependency map.
 Map<Dependency,Dependency> Compositor.getDependencies()
          Returns a reference to the dependency map.
 

Methods in com.threerings.opengl.compositor with parameters of type Dependency
 void Compositor.addDependency(Dependency dependency)
          Adds an element to the set of render dependencies.
 void Dependency.merge(Dependency dependency)
          Merges another dependency (for which Object.equals(java.lang.Object) returns true) into this one.
 void Dependency.Planar.merge(Dependency dependency)
           
 void Dependency.PlanarTexture.merge(Dependency dependency)
           
 void Dependency.CubeTexture.merge(Dependency dependency)
           
 void Dependency.ShadowTexture.merge(Dependency dependency)
           
 

Method parameters in com.threerings.opengl.compositor with type arguments of type Dependency
 void Compositor.setDependencies(Map<Dependency,Dependency> dependencies)
          Sets the dependency map reference.
 void Compositor.setDependencies(Map<Dependency,Dependency> dependencies)
          Sets the dependency map reference.
 



Copyright © 2011. All Rights Reserved.