A quick study of Marco Vanuci´s work on recursive surface tessellations . I have been working with recursive algorithms before but only to generate aggregation systems and fractals ,I like this particular exercise because it executes a recursive function under an analysis . The script evaluates the curvature of a surface and depending on the degree of it; the code executes a subdivision function, that means that whereas the surface is flat and homogeneous the subdivision grid is large ; where the surface curvature is steeper the subdivision grid gets partitioned in smaller parts.
Once I understand how the script worked I just made a little tweaks to the code generate some structural elements.
File name:recursiveTesselation
Sign up below to get instant acces to designplaygrounds download files (A link will appear HERE):










marcus
line 67 of script reports a non defined variable
Nov 06, 2009 @ 3:09 pm
Rodrigo
Thanks Marcus let me take a look at it and tell you something
Nov 09, 2009 @ 8:18 pm
Rodrigo
Thanks Marcus you were right there was a mistake on line 67 I forgot to change the name of the variable instead of “frame” it should say “line” I have corrected the file so you should not have problems.
Nov 09, 2009 @ 8:44 pm
Claire Wang
its really cool
Feb 01, 2010 @ 9:07 pm