mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-21 14:41:51 +02:00
add owls
This commit is contained in:
parent
530faeec35
commit
773dc87be9
@ -17,6 +17,16 @@ head_angles = [5, 0, 20];
|
||||
owl(detail, head_angles);
|
||||
rock(detail);
|
||||
|
||||
// translate([100, 0, 0]) {
|
||||
// owl(detail, [-15, 0, -20]);
|
||||
// rock(detail);
|
||||
// }
|
||||
|
||||
// translate([-100, 0, 0]) {
|
||||
// owl(detail, [-35, 0, 30]);
|
||||
// rock(detail);
|
||||
// }
|
||||
|
||||
module owl(detail, head_angles) {
|
||||
n = (detail + 1) * 5;
|
||||
$fn = n;
|
||||
|
Loading…
x
Reference in New Issue
Block a user