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

void draw() {
  sphere(50);
}