mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-28 17:00:00 +02:00
format
This commit is contained in:
@@ -13,8 +13,8 @@ k2 = 0.3;
|
||||
|
||||
module fern_leaf(t, leng, min_leng, k1, k2, width) {
|
||||
t1 = t2d(t, "forward", leng = leng);
|
||||
|
||||
hull_polyline2d([t2d(t, "point"), t2d(t1, "point")], width);
|
||||
|
||||
if(leng > min_leng) {
|
||||
fern_leaf(
|
||||
t2d(t1, "turn", angle = 70),
|
||||
|
Reference in New Issue
Block a user