1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 18:00:01 +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

@@ -122,11 +122,13 @@ module dragon_and_perl() {
[-5, 170, 0]
]);
leng_body_path = len(body_path);
angy_angz = __angy_angz(body_path[0], body_path[1]);
translate([1, 7, 14])
rotate([-135, 0, 3])
scale(1.15)
dragon_head(__angy_angz(body_path[0], body_path[1]));
rotate([0, angy_angz[0], angy_angz[1]])
dragon_head();
body_r = 6;
body_fn = 12;