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

void draw() {
  box(20);
}