Pamela Juárez: perfil linea

De Casiopea
Perfil linea




TítuloPerfil linea
Del CursoImagen Escrita,
CarrerasArquitectura
Alumno(s)Pamela Juárez
ProfesorHerbert Spencer
void setup() {
  size(160, 160);
  noLoop();
  smooth();
}

void draw() {
perfil();  // perfil normal
save("tuperfil.jpg"); 

}