1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

update demo

This commit is contained in:
Justin Lin
2021-04-24 11:49:18 +08:00
parent 962c98f7d0
commit 90c0552c19
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
use <experimental/tri_delaunay.scad>;
use <triangle/tri_delaunay.scad>;
use <hull_polyline2d.scad>;
points = [for(i = [0:20]) rands(-100, 100, 2)];

View File

@@ -1,6 +1,6 @@
use <experimental/tri_delaunay.scad>;
use <experimental/tri_delaunay_shapes.scad>;
use <experimental/tri_delaunay_voronoi.scad>;
use <triangle/tri_delaunay.scad>;
use <triangle/tri_delaunay_shapes.scad>;
use <triangle/tri_delaunay_voronoi.scad>;
use <hull_polyline2d.scad>;
points = [for(i = [0:20]) rands(-100, 100, 2)];