class Skreenzero{ Skreendot[] skreendots; int w, h, maxdots; Smoothy spacing, scalex, scaley, scalez; int sz, hsz; PGraphics offscreenbuffer; PImage feedback, blender; float angle = 0; int klr = 0; float fskale = 4; float fangle = PI/90; float falpha = 120; float fxoff = 0, fyoff = 0; float fxskale = 1, fyskale = 1; float frx = 0, fry = 0, frz = 0; float dx=0, dy=0, friction=.96; float cscale, rotX, rotY, rotZ; String txt; float txtslide = 0; boolean trigger = false; PImage img; int fkounter = 0; Skreenzero(int $1, int $2){ cscale = 3; maxdots = $1*$2; w = $1; h = $2; spacing = new Smoothy(10); scalex = new Smoothy(1); scaley = new Smoothy(1); scalez = new Smoothy(1); skreendots = new Skreendot[maxdots]; for(int i=0; i