gestalt.candidates.glur
Class OffscreenContext

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

public class OffscreenContext
extends java.lang.Object


Constructor Summary
OffscreenContext(DrawableFactory theFactory, Vector2i theDimensions)
           
OffscreenContext(DrawableFactory theFactory, Vector2i theDimensions, JoglTexCreator theTexCreator)
           
 
Method Summary
 RenderBin adminbin()
           
 BilateralBin bin()
           
 Camera camera()
           
 Plane createDisplay(DrawableFactory theFactory)
           
 java.util.Vector<Plane> displays()
           
 JoglFrameBufferObject fbo()
           
 FrameSetup framesetup()
           
 void setCameraRef(Camera theCamera)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OffscreenContext

public OffscreenContext(DrawableFactory theFactory,
                        Vector2i theDimensions,
                        JoglTexCreator theTexCreator)

OffscreenContext

public OffscreenContext(DrawableFactory theFactory,
                        Vector2i theDimensions)
Method Detail

displays

public java.util.Vector<Plane> displays()

createDisplay

public Plane createDisplay(DrawableFactory theFactory)

camera

public Camera camera()

setCameraRef

public void setCameraRef(Camera theCamera)

bin

public BilateralBin bin()

adminbin

public RenderBin adminbin()

fbo

public JoglFrameBufferObject fbo()

framesetup

public FrameSetup framesetup()


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