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

@@ -5,7 +5,7 @@ use <paths2sections.scad>;
use <shape_trapezium.scad>;
use <ptf/ptf_rotate.scad>;
module dragon_head(angy_angz) {
module dragon_head() {
module hair() {
for(i = [16:36]) {
rotate(i * 10 + rands(0, 5, 1, i)[0])
@@ -93,7 +93,7 @@ module dragon_head(angy_angz) {
circle(1, $fn = 8);
}
rotate([0, angy_angz[0] + 15, angy_angz[1]])
rotate([0, 15, 0])
translate([0, 0, -25 / 2])
scale(1.15) {
scale([0.8, 0.9, 1]) hair();