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 />

636<br />

// rotation variables<br />

float[]angle = {45, 45, 45};<br />

float[]rot = {1, 1, 1};<br />

void setup(){<br />

size (400, 200, P3D);<br />

}<br />

void draw(){<br />

background(255);<br />

for (int i=0; i

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

Saved successfully!

Ooh no, something went wrong!