gestalt.candidates.glur
Class OffscreenBlurContext

java.lang.Object
  extended by gestalt.candidates.glur.OffscreenBlurContext

public class OffscreenBlurContext
extends java.lang.Object


Constructor Summary
OffscreenBlurContext(DrawableFactory theFactory, AbstractBin theFboBin, AbstractBin theDisplayBin, AbstractBin theShaderBin, Vector2i theShapeContextDimensions, Vector2i theBlurTextureDimensions, java.io.InputStream theVertexShader, java.io.InputStream theFragmentShader)
           
 
Method Summary
 BilateralBin bin()
           
 JoglMaterialPluginGLSLGaussianBlur blur()
           
 Plane blurdisplay()
           
 Plane blurplane1()
           
 Plane blurplane2()
           
 Camera camera()
           
 OffscreenContext context()
           
 Plane shapedisplay()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OffscreenBlurContext

public OffscreenBlurContext(DrawableFactory theFactory,
                            AbstractBin theFboBin,
                            AbstractBin theDisplayBin,
                            AbstractBin theShaderBin,
                            Vector2i theShapeContextDimensions,
                            Vector2i theBlurTextureDimensions,
                            java.io.InputStream theVertexShader,
                            java.io.InputStream theFragmentShader)
Method Detail

context

public OffscreenContext context()

camera

public Camera camera()

blur

public JoglMaterialPluginGLSLGaussianBlur blur()

bin

public BilateralBin bin()

blurdisplay

public Plane blurdisplay()

shapedisplay

public Plane shapedisplay()

blurplane1

public Plane blurplane1()

blurplane2

public Plane blurplane2()


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