mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 20:40:28 +02:00
adjust beak
This commit is contained in:
@@ -86,11 +86,11 @@ module owl(detail, head_angles) {
|
|||||||
eyebrow();
|
eyebrow();
|
||||||
|
|
||||||
// beak
|
// beak
|
||||||
translate([0, -71.7, 80])
|
translate([0, -72.25, 80])
|
||||||
shear(sz = [0, -.3])
|
scale([.85, 1, 3.5])
|
||||||
scale([.85, 1.1, 3.5])
|
|
||||||
rotate([25, 0, 0])
|
rotate([25, 0, 0])
|
||||||
octahedron(2.5, detail);
|
octahedron(2.5, detail);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module body() {
|
module body() {
|
||||||
|
Reference in New Issue
Block a user