mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 05:30:37 +02:00
Make staggered_sphere() have axis extrema vertices for all quant(,4)
This commit is contained in:
@@ -977,7 +977,7 @@ module staggered_sphere(r=undef, d=undef, circum=false, orient=UP, anchor=CENTER
|
||||
);
|
||||
size = [2*rr, 2*rr, 2*rr];
|
||||
orient_and_anchor(size, orient, anchor, geometry="sphere", chain=true) {
|
||||
polyhedron(points=pts, faces=faces);
|
||||
zrot((floor(sides/4)%2==1)? 180/sides : 0) polyhedron(points=pts, faces=faces);
|
||||
children();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user