com.threerings.opengl.compositor
Class Dependency.Planar
java.lang.Object
com.threerings.opengl.compositor.Dependency
com.threerings.opengl.compositor.Dependency.Planar
- Direct Known Subclasses:
- Dependency.PlanarTexture, Dependency.StencilReflection, Dependency.StencilRefraction
- Enclosing class:
- Dependency
public abstract static class Dependency.Planar
- extends Dependency
The base class of the various planar reflection/refraction dependencies.
| 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 |
worldPlane
public Plane worldPlane
- The world space plane of reflection or refraction.
eyePlane
public Plane eyePlane
- The eye space plane.
bounds
public Box bounds
- The bounds of the affected region.
Dependency.Planar
public Dependency.Planar(GlContext ctx)
- Creates a new planar 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
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.