The aim of the project is creating a recursive growth in Mies van der Rohe pavilion. In this project, points are going up from the pool and create random lines.  With the growth, it rises through the sky from the pool.

 

 

 

 

 

-Pseudo Code-

* Create a base geometry.

*Populate points into the volume of base geometry.

*Select random points from the cloud.

*Take these points to the loop.

*Create a vector between 2 points in the cloud.

*Choose the closest point to the vector.

*Use the point for the next iteration.

*Connect the points with interpolate component.

*Give thickness to lines with pipe component.

 

 Iteration: 3

 

 Iteration: 10

Iteration: 20