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

void draw() {
  sphere(50);
}