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

void draw() {
  background(0);
}
