diff --git a/examples/voronoi/voronoi_sphere.scad b/examples/voronoi/voronoi_sphere.scad index d099dcf3..2eb9e9c0 100644 --- a/examples/voronoi/voronoi_sphere.scad +++ b/examples/voronoi/voronoi_sphere.scad @@ -12,7 +12,7 @@ pts = [ for(i = [0:n]) let( theta = rands(0, 360, 1)[0], - phi = rands(5, 175, 1)[0], + phi = rands(15, 165, 1)[0], rs = radius * sin(phi) ) [