04.04.2013 Views

Processing: Creative Coding and Computational Art

Processing: Creative Coding and Computational Art

Processing: Creative Coding and Computational Art

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

PROCESSING: CREATIVE CODING AND COMPUTATIONAL ART<br />

396<br />

Roof roof3 = new Roof(Roof.CATHEDRAL);<br />

House house3 = new House(150, 200, door3, window3, roof3, ➥<br />

House.RIGHT_DOOR);<br />

house3.drawHouse(house2.x+house2.w, height-groundHeight-house3.h, ➥<br />

true);<br />

}<br />

// add Door class<br />

// add Window class<br />

// add Roof class<br />

// add House class<br />

Figure 9-34. Neighborhood sketch

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!