ORIGAMI CRANE
// FINAL WORK II: PROCESSING
First I set a window size and drew a background. As sun I created a ellipse. I wanted the sun going red, so I let the green decreases with time. And to create a slow sunset I let the ellipse move in y-direction slower than in x-direction by using a frameCount. To create the water I drew a quadrat with a filling. For the crane I create various triangle. So that the crane moves with the mouse movement, I calculate a rotation angle depending on the mouse x-position.













