1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-27 16:30:29 +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,10 +1,10 @@
use <experimental/voronoi_square_cells.scad>;
use <voronoi/vrn2_space_cells.scad>;
use <hull_polyline3d.scad>;
use <ptf/ptf_torus.scad>;
size = [40, 80];
grid_w = 5;
cells = voronoi_square_cells(size, grid_w);
cells = vrn2_space_cells(size, grid_w);
$fn = 4;