mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 06:47:46 +02:00
formatting
This commit is contained in:
@@ -20,7 +20,7 @@ module pineapple(eye_number, leaf_step, leaf_number, leaf_fn) {
|
|||||||
scale(50) {
|
scale(50) {
|
||||||
mirror([0, 0, 1])
|
mirror([0, 0, 1])
|
||||||
scale([1, 1, 1.3])
|
scale([1, 1, 1.3])
|
||||||
union() {
|
union() {
|
||||||
for(i = [0:real_eye_number - 1]) {
|
for(i = [0:real_eye_number - 1]) {
|
||||||
polyhedron_hull(concat(regions[i], [pts[i] * 1.075]));
|
polyhedron_hull(concat(regions[i], [pts[i] * 1.075]));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user