projekt-modelowanie/Assets/Scripts/LSystem/Jezowka.txt
2021-05-13 12:21:55 +02:00

7 lines
129 B
Plaintext

#axiom
C(0)
#rules
C(n) : n<200 -> C(n+1)[+(137.5*n)f(0.03*n^0.5)B]
C(n) : n>=200 -> C(n+1)[+(137.5*n)f(0.03*n^0.5)P]
#end rules