mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 01:34:12 +02:00
n = 2
This commit is contained in:
@@ -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"],
|
||||
|
Reference in New Issue
Block a user