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