void setup() { size(256, 256, P2D); } void draw() { beginShape(); endShape(); }