mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
change rose scale
This commit is contained in:
@@ -118,7 +118,7 @@ module climbing_rose() {
|
||||
translate([each p, 0] + [0, 0, rr * 0.55])
|
||||
rotate([0, rands(0, 1, 1)[0] > 0.5 ? 17 : -17, a])
|
||||
rotate(a)
|
||||
scale([rr * rose_scale, rr * rose_scale, rr * (rose_scale - 1)])
|
||||
scale([rr * rose_scale, rr * rose_scale, rr * rose_scale * 0.6])
|
||||
union() {
|
||||
rose(thickness, theta_from * rands(2.75, 3.25, 1)[0] * r / rr, rands(0.75, 1.25, 1)[0] * theta_to * r / rr, rf_to, rf_step);
|
||||
translate([0, 0, .125])
|
||||
|
Reference in New Issue
Block a user