sphereEx1.jscad 85 B

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