mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 06:08:31 +01:00
fix module missing
This commit is contained in:
parent
c14b970bee
commit
04a78738e9
@ -3,13 +3,13 @@ use <polyline_join.scad>;
|
||||
use <sweep.scad>;
|
||||
use <fibonacci_lattice.scad>;
|
||||
use <experimental/convex_centroid.scad>;
|
||||
use <experimental/rand_pts_sphere.scad>;
|
||||
use <util/rands_sphere.scad>;
|
||||
|
||||
n = 60;
|
||||
radius = 5;
|
||||
|
||||
// pts = fibonacci_lattice(n, radius);
|
||||
pts = rand_pts_sphere(radius, n);
|
||||
pts = rands_sphere(radius, n);
|
||||
|
||||
region_hollow = true;
|
||||
region_offset = 0.2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user