MWS/unity_artifitial_world-st/Assets/LSystem/homework.txt

20 lines
201 B
Plaintext
Raw Permalink Normal View History

2021-09-16 19:37:05 +02:00
#axiom
B
#rules
B -> #stochastic
p=3 XB
p=1 [+XB]XB
p=1 [-XB]XB
p=1 [&XB]XB
p=1 [^XB]XB
p=1 \B
p=1 /B
p=1 [\L]XB
p=1 [/L]XB
p=1 [+L]XB
p=1 [-L]XB
p=1 [&L]XB
p=1 [^L]XB
p=3 XF
#stochastic end
#rules end