mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
update forward_chars
This commit is contained in:
@@ -201,7 +201,7 @@ function sierpinski_triangle(n = 5, angle = 120, leng = 1, heading = 0, start =
|
||||
["G", "GG"]
|
||||
]
|
||||
)
|
||||
lsystem2(axiom, rules, n, angle, leng, heading, start, "FG");
|
||||
lsystem2(axiom, rules, n, angle, leng, heading, start, "G");
|
||||
|
||||
function sierpinski_arrowhead(n = 6, angle = 60, leng = 1, heading = 0, start = [0, 0]) =
|
||||
let(
|
||||
|
Reference in New Issue
Block a user