gestalt.candidates.ssao
Class DepthBufferMaterial

java.lang.Object
  extended by gestalt.candidates.ssao.DepthBufferMaterial
All Implemented Interfaces:
MaterialPlugin

public class DepthBufferMaterial
extends java.lang.Object
implements MaterialPlugin


Field Summary
 float far
           
 
Constructor Summary
DepthBufferMaterial(ShaderManager theMaterialShaderManager, ShaderProgram theMaterialShaderProgram, java.io.InputStream theVertexShaderCode, java.io.InputStream theFragmentShaderCode)
           
 
Method Summary
 void begin(GLContext theRenderContext, Material theParent)
           
 void end(GLContext theRenderContext, Material theParent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

far

public float far
Constructor Detail

DepthBufferMaterial

public DepthBufferMaterial(ShaderManager theMaterialShaderManager,
                           ShaderProgram theMaterialShaderProgram,
                           java.io.InputStream theVertexShaderCode,
                           java.io.InputStream theFragmentShaderCode)
Method Detail

begin

public void begin(GLContext theRenderContext,
                  Material theParent)
Specified by:
begin in interface MaterialPlugin

end

public void end(GLContext theRenderContext,
                Material theParent)
Specified by:
end in interface MaterialPlugin


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009