de.fhpotsdam.unfolding.ui
Class MaskUI

java.lang.Object
  extended by de.fhpotsdam.unfolding.ui.MaskUI

public class MaskUI
extends java.lang.Object


Field Summary
 codeanticode.glgraphics.GLGraphicsOffScreen c
           
 codeanticode.glgraphics.GLTexture maskTex
           
 
Constructor Summary
MaskUI(processing.core.PApplet p)
           
 
Method Summary
 void draw()
           
 void setTexture(codeanticode.glgraphics.GLTexture tex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public codeanticode.glgraphics.GLGraphicsOffScreen c

maskTex

public codeanticode.glgraphics.GLTexture maskTex
Constructor Detail

MaskUI

public MaskUI(processing.core.PApplet p)
Method Detail

draw

public void draw()

setTexture

public void setTexture(codeanticode.glgraphics.GLTexture tex)