BGraphics g2; int bufID; int blendF; float scl,iscl; void setup() { size(400,1680); scl=width/400.0; iscl=400.0/width; background(255); g2=new BGraphics(width,height); g2.background(255); } void loop() { if (blendF>128) { blendF=0; float x=width*0.5; float nx=random(4096); float ny=random(4096); float ns=random(0.5,1)*0.01; float maxX=random(1,5); float maxW=random(5,30); g2.beginShape(LINE_STRIP); for(int y=0;y