mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 21:41:41 +02:00
remove forwards_char
This commit is contained in:
@@ -153,7 +153,7 @@ function sierpinski_arrowhead(n = 6, angle = 60, leng = 1, heading = 0, start =
|
|||||||
["Y", "XF-YF-X"]
|
["Y", "XF-YF-X"]
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
lsystem2(rule, n, angle, leng, heading, start, "FG");
|
lsystem2(rule, n, angle, leng, heading, start);
|
||||||
|
|
||||||
function sierpinski_square(n = 8, angle = 45, leng = 1, heading = 0, start = [0, 0]) =
|
function sierpinski_square(n = 8, angle = 45, leng = 1, heading = 0, start = [0, 0]) =
|
||||||
let(
|
let(
|
||||||
@@ -163,7 +163,7 @@ function sierpinski_square(n = 8, angle = 45, leng = 1, heading = 0, start = [0,
|
|||||||
["R", "-L+F+L-"]
|
["R", "-L+F+L-"]
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
lsystem2(rule, n, angle, leng, heading, start, "FG");
|
lsystem2(rule, n, angle, leng, heading, start);
|
||||||
|
|
||||||
function terdragon(n = 5, angle = 120, leng = 1, heading = 0, start = [0, 0]) =
|
function terdragon(n = 5, angle = 120, leng = 1, heading = 0, start = [0, 0]) =
|
||||||
let(
|
let(
|
||||||
|
Reference in New Issue
Block a user