mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-09 04:46:44 +02:00
Builtin sphere() module does not have a center= argument.
This commit is contained in:
@@ -23,7 +23,7 @@ module _cube(size,center) cube(size,center=center);
|
|||||||
|
|
||||||
module _cylinder(h,r1,r2,center,r,d,d1,d2) cylinder(h,r=r,d=d,r1=r1,r2=r2,d1=d1,d2=d2,center=center);
|
module _cylinder(h,r1,r2,center,r,d,d1,d2) cylinder(h,r=r,d=d,r1=r1,r2=r2,d1=d1,d2=d2,center=center);
|
||||||
|
|
||||||
module _sphere(r,center,d) sphere(r=r,d=d,center=center);
|
module _sphere(r,d) sphere(r=r,d=d);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user