tree layers in processing

Nikolaus Gradwohl2014-05-23T07:59:11+00:00

I created a simple endless scrolling animation of hills with trees using processing today. The background is a gradient image that is pre-generated in the setup() method. The hills are created using curveVertex(), the trees are simple ellipses and rectangles. After each layer I burred the image with a radius of 1 so the further away the layers are the more blurred they get

click on the image to start the animation.

tree layers