mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 16:26:47 +02:00
scale 50
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user