1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 04:51:26 +02:00

update demo

This commit is contained in:
Justin Lin
2020-03-28 15:28:24 +08:00
parent c26e564152
commit c177e9415f

View File

@@ -19,6 +19,6 @@ for(n = noised) {
c = n[2] / max_dist; c = n[2] / max_dist;
color([c, c, c]) color([c, c, c])
linear_extrude(c * max_dist) linear_extrude(c * max_dist)
translate([n[0], n[1], n[2]]) translate([n[0], n[1]])
square(1); square(1);
} }