void setup() {
  size(100,100, P3D);
}

void draw() {
  rect(0, 0, width, height);
}
