mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
update demo
This commit is contained in:
@@ -14,7 +14,7 @@ module demo1() {
|
|||||||
c = (noise[i] + 1.1) / 2;
|
c = (noise[i] + 1.1) / 2;
|
||||||
color([c, c, c])
|
color([c, c, c])
|
||||||
translate(points[i])
|
translate(points[i])
|
||||||
square(.2, center = true);
|
square(.2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user