Espiral 2 cristian zamora

De Casiopea



Títuloespiral 2 cristianzamoramiranda
AsignaturaImagen Escrita 2013 - DIS, Taller inicial plan común diseño,
CarrerasDiseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
Alumno(s)Cristián zamora miranda
Espiral2 cristianzamoramiranda.png


void setup() {
 size(700, 700);
 background(255,23,20);
 stroke(5);
}

void draw(){
 noFill();
 rectMode(CENTER);
 translate(width/2,height/2);
 rotate(PI+mouseX);
 rect(4,100,width-20,height-500);
}