This repository has been archived on 2021-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
MWS_2021/unity_artifitial_world-st/Assets/LSystem/stochastic.txt

10 lines
96 B
Plaintext
Raw Normal View History

2021-03-13 17:35:25 +01:00
#axiom
B
#rules
B -> #stochastic
p=3 FB
p=1 [+FB]FB
p=1 [-FB]FB
p=1 F
#stochastic end
#rules end