sphereEx2.jscad 87 B

12345
  1. function main(){
  2. return CSG.sphere({center: [0,0,0], radius: 2, resolution: 100});
  3. };