1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00

update demo

This commit is contained in:
Justin Lin
2020-03-06 19:35:40 +08:00
parent 6a5b580562
commit 53e14229c4

View File

@@ -14,7 +14,7 @@ module demo1() {
c = (noise[i] + 1.1) / 2;
color([c, c, c])
translate(points[i])
square(.2, center = true);
square(.2);
}
}