1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-21 14:41:51 +02:00
This commit is contained in:
Justin Lin 2022-01-04 08:16:02 +08:00
parent 530faeec35
commit 773dc87be9

View File

@ -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;