com.threerings.opengl.compositor
Class Dependency.StencilRefraction
java.lang.Object
com.threerings.opengl.compositor.Dependency
com.threerings.opengl.compositor.Dependency.Planar
com.threerings.opengl.compositor.Dependency.StencilRefraction
- Enclosing class:
- Dependency
public static class Dependency.StencilRefraction
- extends Dependency.Planar
A stencil refraction.
| 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 |
float |
ratio
The refraction ratio (index of refraction below the surface over index of refraction
above the surface). |
ratio
public float ratio
- The refraction ratio (index of refraction below the surface over index of refraction
above the surface).
Dependency.StencilRefraction
public Dependency.StencilRefraction(GlContext ctx)
- Creates a new stencil refraction dependency.
equals
public boolean equals(Object other)
- Overrides:
equals in class Dependency.Planar
Copyright © 2011. All Rights Reserved.