1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 01:34:12 +02:00

66 vertices

This commit is contained in:
Justin Lin
2021-08-03 22:01:37 +08:00
parent a16a8373d3
commit eceb3fa282

View File

@@ -168,5 +168,5 @@ module dragon_and_perl() {
foot(); foot();
translate([-27.5, 11.5, -14]) translate([-27.5, 11.5, -14])
polyhedron_hull(fibonacci_lattice(60, 7)); polyhedron_hull(fibonacci_lattice(66, 7));
} }