Modelowanie_Wirtualnych_Swi.../Assets/LSystem/ShadowModel.txt

8 lines
144 B
Plaintext
Raw Normal View History

2021-05-24 23:27:23 +02:00
#ignore + - \ / ^ &
#axiom
S(0,0)
#rules
S(a,c) : c>=50 -> S(a+1,0)
S(a,c) : c<50 -> G\(90)[-S(0,0)]S(0,0)
W(a) : a<7 -> W(a+1)
W(a) : a>=7 -> B