1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-01 10:42:57 +02:00

voronoi preview

This commit is contained in:
Justin Lin
2020-05-23 16:57:12 +08:00
parent 9282b74d8b
commit 17d8aa9a7e
22 changed files with 198 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
use <hollow_out.scad>;
use <voronoi2d.scad>;
use <voronoi/vrn2_from.scad>;
use <bend_extrude.scad>;
r = 35;
@@ -30,7 +30,7 @@ module voronoi_bracelet(r, height, thickness, n, frags, offset_r, region_type) {
{
difference() {
square([x, y]);
voronoi2d(points, spacing = thickness, r = offset_r, region_type = region_type);
vrn2_from(points, spacing = thickness, r = offset_r, region_type = region_type);
}
hollow_out(thickness * 1.5)
square([x, y]);