1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01:00
This commit is contained in:
Justin Lin 2020-04-13 21:15:57 +08:00
parent 23c3add620
commit 2fb0710e4d

View File

@ -153,7 +153,7 @@ function gosper_curve(n = 4, angle = 60, leng = 1, heading = 0, start = [0, 0])
)
lsystem2(rule, n, angle, leng, heading, start, "AB");
function gosper_star(n = 3, angle = 60, leng = 1, heading = 0, start = [0, 0]) =
function gosper_star(n = 2, angle = 60, leng = 1, heading = 0, start = [0, 0]) =
let(
rule = [
["S", "X-X-X-X-X-X"],