Live link: https://qennys.github.io/hw04-l-systems/
Name: Yilei Li PennKey: 47053708
This project is to implement the L-System.
I also implmented a dusty, orange background by fbm noise function to incorporate the autumn theme.
F
: expand forward and scale down a little bitL
: draw a leaf+
: rotate positively around Z axis-
: rotate negatively around Z axis~
: rotate positively around X axis*
: rotate negatively around X axis=
: rotate positively around Y axis_
: rotate negatively around Y axis
The axiom is FX
.
The rorating amount is an angle with some random offset added.
Iterations
: change the number of iterations in L-SystemAngle
: change the angle in L-Systemleaves_color
: change the color of leaves