void setup() { size(400, 400, P3D); surface.setResizable(true); } void draw() { background(255, 0, 0); ellipse(width/2, height/2, 100, 50); }