1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-15 11:41:59 +02:00

adjust beak

This commit is contained in:
Justin Lin 2022-01-02 19:10:45 +08:00
parent 39fc86e67e
commit 8d78ec4253

View File

@ -86,11 +86,11 @@ module owl(detail, head_angles) {
eyebrow();
// beak
translate([0, -72.25, 80])
scale([.85, 1, 3.5])
translate([0, -71.7, 80])
shear(sz = [0, -.3])
scale([.85, 1.1, 3.5])
rotate([25, 0, 0])
octahedron(2.5, detail);
}
module body() {