MWS_2021/Unity Project/Assets/LSystem/stochastic.txt

10 lines
96 B
Plaintext
Raw Normal View History

2021-05-06 01:27:44 +02:00
#axiom
B
#rules
B -> #stochastic
p=3 FB
p=1 [+FB]FB
p=1 [-FB]FB
p=1 F
#stochastic end
#rules end