com.threerings.opengl.compositor
Class Dependency.PlanarTexture
java.lang.Object
com.threerings.opengl.compositor.Dependency
com.threerings.opengl.compositor.Dependency.Planar
com.threerings.opengl.compositor.Dependency.PlanarTexture
- Direct Known Subclasses:
- Dependency.ReflectionTexture, Dependency.RefractionTexture
- Enclosing class:
- Dependency
public abstract static class Dependency.PlanarTexture
- extends Dependency.Planar
The base class for planar reflection/refraction textures.
| 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 |
texture
public Texture texture
- The texture to which we render.
config
public TextureConfig config
- The config from whose pool the texture was created.
Dependency.PlanarTexture
public Dependency.PlanarTexture(GlContext ctx)
- Creates a new planar texture dependency.
merge
public void merge(Dependency dependency)
- Description copied from class:
Dependency
- Merges another dependency (for which
Object.equals(java.lang.Object) returns true) into this one.
- Overrides:
merge in class Dependency.Planar
cleanup
public void cleanup()
- Description copied from class:
Dependency
- Performs any necessary cleanup.
- Overrides:
cleanup in class Dependency
Copyright © 2011. All Rights Reserved.