/** 3D mousefollowing wyes with parametric texture by Guru */ PImage world; void setup() { size(400, 400, P3D); frameRate( 25 ); //smooth(); PGraphics g = createGraphics(400, 200, JAVA2D); g.beginDraw(); g.background(255); g.fill(0, 0, 255); g.noStroke(); g.rect(0, 160, 400, 40); g.strokeWeight(4); for ( int i =0; i