mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-25 13:59:04 +02:00
update demo
This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user