1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-25 05:51:41 +02:00

update demo

This commit is contained in:
Justin Lin
2020-03-29 17:19:11 +08:00
parent 7efc8985d4
commit 368caa2d29

View File

@@ -16,7 +16,6 @@ max_dist = max(noises);
for(i = [0:len(noises) - 1]) {
c = noises[i] / max_dist;
color([c, c, c])
linear_extrude(c * max_dist)
translate(points[i])
square(1);
}