blog://martharch.net

Digital Architecture Scrapbook

Archive for October, 2006

Tessellation of Arbitrarily Shaped Objects

Posted by Martha on 7th October 2006

[ MSc AAC - UCL // THESIS ABSTRACT ]

During the past decades the use of programming as a design approach has widen the architect’s creative perception and has set a new dynamic equilibrium between digital and physical space models. Frequently this newly acquired programmatic freedom leads to a wide spectrum of geometrically challenging double curved surfaces. The problem then lies on defining these objects in terms of constructible components.

Various custom tessellation algorithms have thus been developed in response to the problem mentioned above. Most of them are based on a top-down method of mapping triangular grids on the generated surface. This thesis will try to investigate whether it is possible to create a more efficient, quadrilateral tessellation algorithm by using a bottom-up approach. The hypothesis rests on the fact that by having agents estimating the curvature along the surface by making very small, fixed steps, one can have a better approximation of it, as the agents will not overstep any curve inflections. As there is no standard solution to this problem, the method will be tested against two other algorithms more commonly used to solve tessellation problems. The first is the traditional gradient descent algorithm, where the agent’s step size varies based on iterative estimations of the optimal deviation measured from the curved surface. The second emulates an original top-down approach to the problem, where the surface is defined topologically in advance and is solved globally.

Eventually, the results of this comparison show how the ‘walking agent’ method is in some ways advantageous against the other two, while capable of producing interesting tessellation patterns. Ultimately the usefulness of this new tool rests on the fact that the surface is explored based on its local curvature conditions without having to specify the mesh’s node topology in advance. Furthermore the surface is tessellated with respect to a predefined acceptable deviation threshold and maximum tile size.

Surfaces

Read the rest of this entry »

Posted in Architecture | No Comments »