int xnum; int ynum; float xspace, yspace; void setup(){ size(640, 360); lights(); noStroke(); xnum = 1; ynum = 1; xspace = width / (xnum + 1); yspace = height / (ynum + 1); } void loop(){ background(255); for(int x=0; x