Posts

Showing posts from August, 2019

HW #2

Image
HW #2, Fan Lan, MLA 3rd-year, 09-01-19 void setup() {   // set up a window   size(1200, 580); // first is width, second is height   // set background color   background(255, 208, 126);   noStroke(); // takes away outline to shapes in my window   smooth();   //draw sky   fill (254, 238, 160);   quad(0, 85, 1200, 103, 1200, 255,0, 188);   fill (252, 252, 215);   quad(0, 188, 1200, 255, 1200, 300,0, 360);   //draw lawn   fill (131, 252, 194);   quad(0, 360, 1200, 300,   1200, 580, 0, 680);   fill (219, 253, 138);   quad(0, 480, 1200, 500,   1200, 580, 0, 680);   //draw mountain   fill (148, 167, 101);   triangle(0, 360, 350, 108, 450, 338);   fill (148, 167, 101);   triangle(770, 321, 900, 128, 1100, 305);   fill (184, 214, 112);   triangle(250, 349, 429, 150, 500, 336);   fill (184, 2...

HW #1

Fan Lan, MLA 3rd-year What prior experience with computer programming have you had?  List languages, environments, projects and levels of proficiency. I don't have much experience with computer programming and processing environment is new to me at all. Describe your comfort level with computing generally, and with the software programs: I am at a good level with rhino knowing basic tools and commands. Have some experience on creating site models and regional models  with open street data  in rhino and rhino-grasshopper environments. I am self-learning grasshopper AAD book for a while, but in a slow progress without applying them on a specific project model. Have taken Caroline’s previous class LA559 working with rhino terrain plug-in and GIS topo data and doing some topographic analysis on elevation, slope, etc. Have much experience working with Lumion for 5+ years, but low comfort with processing software. Describe your goals an...