Agustina Fernandez: , Proyecto autorretrato
De Casiopea
Título | Autorretrato pizarra |
---|---|
Tipo de Proyecto | Proyecto de Curso |
Palabras Clave | tarea 1 |
Período | 2013- |
Asignatura | Imagen Escrita, |
Del Curso | Imagen Escrita 2013 - DIS, |
Carreras | 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) | Agustina Fernandez |
Profesor | Herbert Spencer |
<nowiki> void setup() { size (700, 650); background(255); println("size (700, 650);"); println("noFill();"); } void draw() { if (mousePressed) { line(mouseX, mouseY, pmouseX, pmouseY); println("vertex("+mouseX+", "+mouseY+");"); } } void mousePressed() { println("beginShape();"); } void mouseReleased() { println("endShape();"); }
</nowiki>