mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 12:00:23 +02:00
update example
This commit is contained in:
@@ -18,7 +18,7 @@ Join a set of points to make a [Delaunay triangulation](https://en.wikipedia.org
|
|||||||
|
|
||||||
tris = [for(ti = tri_delaunay(points)) [for(i = ti) points[i]]];
|
tris = [for(ti = tri_delaunay(points)) [for(i = ti) points[i]]];
|
||||||
linear_extrude(1)
|
linear_extrude(1)
|
||||||
for(t = tri_delaunay(points, ret = "TRI_SHAPES")) {
|
for(t = tris) {
|
||||||
polygon(t);
|
polygon(t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user