Catalina Fairlie 10000 lineas tarea 2

De Casiopea


TítuloTarea 2
Tipo de ProyectoProyecto de Curso
Palabras ClaveTarea 2
AsignaturaImagen Escrita 2012,
Del Curso1º Diseño 2012, Imagen Escrita 2012,
CarrerasArquitectura, Diseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., 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)Catalina Fairlie
ProfesorHerbert Spencer


<processingjs> void setup() { size(500,500); background(255); smooth();

}

void draw() { for (int i = 0; i < 100000; i = i+10) { line(i, 100, 300, i); line(mouseX, 15, mouseY, 400); } } </processingjs>