MWS_2021/Unity Project/Assets/LSystem/ShadowModel.txt
2021-05-06 01:27:44 +02:00

8 lines
144 B
Plaintext

#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