1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

adjust beak

This commit is contained in:
Justin Lin 2022-01-02 19:12:05 +08:00
parent 8d78ec4253
commit 2942651117

View File

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