Leninn G 1° ARQ 2012 10000 lineas-mouse
De Casiopea
Título | 10000 lineas |
---|---|
Tipo de Proyecto | Proyecto de Curso |
Palabras Clave | tarea 2 |
Período | 2012-2012 |
Asignatura | Imagen Escrita 2012, |
Del Curso | Imagen Escrita 2012, |
Carreras | Arquitectura |
Alumno(s) | Leninn Gustainsson |
Profesor | Herbert Spencer |
void setup() {
size(700,700); smooth(); }
void draw() {
background(999999); stroke(#45818e); for(int e=0; e<10000; e=e+50) {line(height-mouseY,(e+20),width-pmouseX,(e+8)); line(width-mouseY,(e+20),height-pmouseX,30); line(height-mouseY,10, width-pmouseX,(e+10)); }saveFrame ("estellar3.jpg");}