Tarea 11 Constanza Hills
De Casiopea
Título | |
---|---|
Palabras Clave | tarea 11 |
Del Curso | Imagen escrita 2012, |
Carreras | Arquitectura |
Alumno(s) | Constanza Hills |
Profesor | Herbert Spencer |
float phi = (sqrt(5)+1)/2; //genera la proporcion aurea
size(243,400); translate(height/phi,0); // redibuja la funcion donde se termina el arco anterior scale(height); strokeWeight(.8); smooth();
for (float i=0; i<80; i=i+4) {
stroke(#67B9DE); fill(#186993); rect(0,0,1,1); fill(#E3E0E0); arc(0,0,2,2,0,PI/2); scale(1/phi); rotate(PI/2); translate(1/phi,0);
}
saveFrame("##.jpg"); // guarda img