1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-09 16:26:47 +02:00
This commit is contained in:
Justin Lin
2022-02-13 15:56:11 +08:00
parent ca6c2ba7ee
commit 00861bc751

View File

@@ -17,6 +17,7 @@ module pineapple(eye_number, leaf_step, leaf_number, leaf_fn) {
pts = fibonacci_lattice(real_eye_number, 1);
regions = vrn_sphere(pts);
scale(50) {
mirror([0, 0, 1])
scale([1, 1, 1.3])
union() {
@@ -71,4 +72,5 @@ module pineapple(eye_number, leaf_step, leaf_number, leaf_fn) {
ring_extrude(shape, radius = .5, angle = rand(90, 95), scale = .025, twist = rand(5, 45));
}
}
}
}