1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 09:44:16 +02:00

offset mountain

This commit is contained in:
Justin Lin
2021-12-10 11:16:07 +08:00
parent d3d0517376
commit 382d1c60b8

View File

@@ -163,7 +163,7 @@ module mountain() {
worley_sphere(radius, detail, amplitude, dist, seed = 5); worley_sphere(radius, detail, amplitude, dist, seed = 5);
translate([4, -4, -15]) translate([4, -4, -15])
scale([1.04, 1.04, 1]) scale([1.04, 1.04, .9])
rotate(10) rotate(10)
worley_sphere(radius * 1.2, detail, amplitude, dist, seed = 1); worley_sphere(radius * 1.2, detail, amplitude, dist, seed = 1);
} }