InstanceBegin template="/Templates/generic page.dwt.php" codeOutsideHTMLIsLocked="false" InstanceBeginEditable name="currentSectionTag" InstanceEndEditable login - sign up browse classrooms collections books go plus+ jobs a href="http://blog.openprocessing.org/" class="menuItem ">blog</a InstanceBeginEditable name="main" =============SOURCE CODE DIV: GO NUTS HERE IF YOU WANT!!!!=========== Amazon Ad - fullscreen form333B.pde //3D Bézier curve subdivision demo //by Raven Kwok (aka Guo, Ruiwen) | http://ravenkwok.com/ | raystain@gmail.com //Originally created as one of the generative systems for the project <Build the Cities> | http://ravenkwok.com/build-the-cities/ Cell rootCell; ArrayList <Cell> cellsList; int maxLv = 3; float rX, rXT, rY, rYT; float scalar = 1, scalarT = 1; void setup() { size(600, 600, P3D); hint(DISA...