Hydrophilic

Concept

This project aims to mimic a recursive growth

behavior  seen in moss formations.

This moss begins by covering the pool at Mies Van der Rohe Pavilion.

As it reaches the edges of the pool it starts to reproduce vertically creating creases.

Pseudo Code

* Choose a plane to grow upon.

* Create small triangulated mesh on that plane.

* Place spheres on the vertices of the mesh and collide using sphere collide(kangaroo).

* Change the length of the mesh edges.

* Divide mesh edges if the edge length is larger than the desired length.