/** *****************RECURSIVEDOG PROJECT_PROCESSING MODULE00******************* * * Module00::basic_recursive * * Builded on Processing 0123 Beta * * copyleft 2007 by Emanuele Mazza aka n3m3da.at.recursivedog.org * *****************RECURSIVEDOG PROJECT_PROCESSING MODULE00******************* * **************************************************************************** ****************************www.recursivedog.org**************************** * */ float randomBox = random(33,666); float alphaStroke = random(66.0,100.0); float alphaFill = random(13.0,100.0); float rX = random(PI*2); float rY = random(PI*2); float rZ = random(PI*2); float tX = random(0.0,550.0); float tY = random(0.0,300.0); float tZ = random(0.0,-400.0); float boxX = random(0.0,600.0); float boxY = random(0.0,600.0); float boxZ = random(0.0,600.0); // text elements PFont font; void setup() { size(550,300,P3D); font = loadFont("Kroeger0553-8.vlw"); textFont(font,8); } void draw() { background(255); strokeWeight(1); // -------------Text graphics--------------------------------------------- fill(0,0,0); text(" RD.Module00::basic_recursive "+" ",350,60); // ---------END Text graphics--------------------------------------------- // -------------Random Generated Structure-------------------------------- lights(); for(int i=0;i