//Example script, press F4 to build cube0 = cube({size:[1,1,1],center:true}); sphere1 = sphere({r:0.6,fn:50,center:true}); sphere2 = sphere({r:0.8,fn:50,center:true}); cube0.intersect(sphere2).subtract(sphere1);
Loading...