1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00

change params

This commit is contained in:
Justin Lin
2022-01-20 17:22:11 +08:00
parent 7113cce683
commit 9320125b42

View File

@@ -3,8 +3,8 @@ use <polyline_join.scad>;
use <experimental/rand_pts_sphere.scad>; use <experimental/rand_pts_sphere.scad>;
use <experimental/r_union3.scad>; use <experimental/r_union3.scad>;
eyelets = 500; eyelets = 800;
radius = 5; radius = 50;
voronoi_melon(eyelets, radius); voronoi_melon(eyelets, radius);
@@ -22,7 +22,7 @@ module voronoi_melon(eyelets, radius) {
sphere(radius, $fn = 96); sphere(radius, $fn = 96);
color("DarkOliveGreen") { color("DarkOliveGreen") {
r_union3(.6) { r_union3(radius / 8.4) {
scale(.99) scale(.99)
sphere(radius, $fn = 24); sphere(radius, $fn = 24);