1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 19:19:47 +01:00
This commit is contained in:
Justin Lin 2019-09-28 20:30:24 +08:00
parent c7dacfddd8
commit 0210035a50

View File

@ -43,7 +43,7 @@ module forest(trunk_angle, max_trunk_length, min_trunk_length, style = "TREES",
if(style == "MIRROR") {
mirror([0, 1, 0])
inverted_trunk(t, length);
inverted_trunk(t, length);
}
leng = k * k1 * length;