1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-01 02:33:00 +02:00
This commit is contained in:
Justin Lin
2021-08-08 19:25:56 +08:00
parent a129aa547c
commit da08e75e73
5 changed files with 10 additions and 7 deletions

View File

@@ -84,7 +84,8 @@ module spiral_dragon() {
translate([17.5, 0, 63])
rotate([95, 0, -10])
dragon_head(angy_angz);
rotate([0, angy_angz[0], angy_angz[1]])
dragon_head();
}
module flame_mountain(beginning_radius, fn, amplitude,curve_step, smoothness) {