Espiral 2 cristian zamora
De Casiopea
Título | espiral 2 cristianzamoramiranda |
---|---|
Asignatura | Imagen Escrita 2013 - DIS, Taller inicial plan común diseño, |
Carreras | Diseñ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 |
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); }