From 2cfc99a08c0b63ac4f027bdff29649c29e5ae182 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 17 Jan 2022 20:04:21 +0800 Subject: [PATCH] change phi --- examples/voronoi/voronoi_sphere.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) [