1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-23 14:54:12 +02:00

move to pp

This commit is contained in:
Justin Lin
2022-06-19 11:47:54 +08:00
parent 2651a23524
commit 938507d02d
10 changed files with 28 additions and 22 deletions

View File

@@ -3,13 +3,13 @@ use <polyline_join.scad>
use <sweep.scad>
use <fibonacci_lattice.scad>
use <experimental/convex_centroid.scad>
use <util/rands_sphere.scad>
use <pp/pp_sphere.scad>
n = 60;
radius = 5;
// pts = fibonacci_lattice(n, radius);
pts = rands_sphere(radius, n);
pts = pp_sphere(radius, n);
region_hollow = true;
region_offset = 0.2;