Yo me pregunto, por que quedan tan horribles esas lineas?
void setup () {
size(500,500);
background(0);
}
void draw (){
//ellipse(x,y,ancho,alto);
//uno
fill( 38,38,38);
noStroke();
smooth();
ellipse (55,220,150,150);
fill(242,53,141);
noStroke();
smooth();
ellipse(55,220,125,125);
fill(5,175,142);
noStroke();
smooth();
ellipse(55,220,115,115);
fill(5,190,242);
noStroke();
smooth();
ellipse(55,235,75,75);
fill(191,242,5);
noStroke();
smooth();
ellipse(55,235,60,60);
//tres
fill( 38,38,38);
noStroke();
smooth();
ellipse (255,220,150,150);
fill(242,53,141);
noStroke();
smooth();
ellipse(255,220,125,125);
fill(5,175,142);
noStroke();
smooth();
ellipse(255,220,115,115);
fill(5,190,242);
noStroke();
smooth();
ellipse(255,235,75,75);
fill(191,242,5);
noStroke();
smooth();
ellipse(255,235,60,60);
//cinco
fill( 38,38,38);
noStroke();
smooth();
ellipse (455,220,150,150);
fill(242,53,141);
noStroke();
smooth();
ellipse(455,220,125,125);
fill(5,175,142);
noStroke();
smooth();
ellipse(455,220,115,115);
fill(5,190,242);
noStroke();
smooth();
ellipse(455,235,75,75);
fill(191,242,5);
noStroke();
smooth();
ellipse(455,235,60,60);
//cuatro
fill( 38,38,38);
noStroke();
smooth();
ellipse (355,220,150,150);
fill(242,53,141);
noStroke();
smooth();
ellipse(355,220,125,125);
fill(5,175,142);
noStroke();
smooth();
ellipse(355,220,115,115);
fill(5,190,242);
noStroke();
smooth();
ellipse(355,235,75,75);
fill(191,242,5);
noStroke();
smooth();
ellipse(355,235,60,60);
//dos
fill( 38,38,38);
noStroke();
smooth();
ellipse (155,220,150,150);
fill(242,53,141);
noStroke();
smooth();
ellipse(155,220,125,125);
fill(5,175,142);
noStroke();
smooth();
ellipse(155,220,115,115);
fill(5,190,242);
noStroke();
smooth();
ellipse(155,235,75,75);
fill(191,242,5);
noStroke();
smooth();
ellipse(155,235,60,60);
//lineas de uno
stroke(191,242,5);
strokeWeight(1);
line(50,250,230,500);
line(50,250,240,500);
line(50,250,250,500);
line(50,250,260,500);
line(50,250,270,500);
//lineas de dos
stroke(191,242,5);
strokeWeight(1);
line(155,220,230,500);
line(155,220,240,500);
line(155,220,250,500);
line(155,220,260,500);
line(155,220,270,500);
//lineas de tres
stroke(191,242,5);
strokeWeight(1);
line(250,250,230,500);
line(250,250,240,500);
line(250,250,250,500);
line(250,250,260,500);
line(250,250,270,500);
//lineas de cuatro
line(355,220,230,500);
line(355,220,240,500);
line(355,220,250,500);
line(355,220,260,500);
line(355,220,270,500);
//lineas de cinco
line(455,220,230,500);
line(455,220,240,500);
line(455,220,250,500);
line(455,220,260,500);
line(455,220,270,500);
}
size(500,500);
background(0);
}
void draw (){
//ellipse(x,y,ancho,alto);
//uno
fill( 38,38,38);
noStroke();
smooth();
ellipse (55,220,150,150);
fill(242,53,141);
noStroke();
smooth();
ellipse(55,220,125,125);
fill(5,175,142);
noStroke();
smooth();
ellipse(55,220,115,115);
fill(5,190,242);
noStroke();
smooth();
ellipse(55,235,75,75);
fill(191,242,5);
noStroke();
smooth();
ellipse(55,235,60,60);
//tres
fill( 38,38,38);
noStroke();
smooth();
ellipse (255,220,150,150);
fill(242,53,141);
noStroke();
smooth();
ellipse(255,220,125,125);
fill(5,175,142);
noStroke();
smooth();
ellipse(255,220,115,115);
fill(5,190,242);
noStroke();
smooth();
ellipse(255,235,75,75);
fill(191,242,5);
noStroke();
smooth();
ellipse(255,235,60,60);
//cinco
fill( 38,38,38);
noStroke();
smooth();
ellipse (455,220,150,150);
fill(242,53,141);
noStroke();
smooth();
ellipse(455,220,125,125);
fill(5,175,142);
noStroke();
smooth();
ellipse(455,220,115,115);
fill(5,190,242);
noStroke();
smooth();
ellipse(455,235,75,75);
fill(191,242,5);
noStroke();
smooth();
ellipse(455,235,60,60);
//cuatro
fill( 38,38,38);
noStroke();
smooth();
ellipse (355,220,150,150);
fill(242,53,141);
noStroke();
smooth();
ellipse(355,220,125,125);
fill(5,175,142);
noStroke();
smooth();
ellipse(355,220,115,115);
fill(5,190,242);
noStroke();
smooth();
ellipse(355,235,75,75);
fill(191,242,5);
noStroke();
smooth();
ellipse(355,235,60,60);
//dos
fill( 38,38,38);
noStroke();
smooth();
ellipse (155,220,150,150);
fill(242,53,141);
noStroke();
smooth();
ellipse(155,220,125,125);
fill(5,175,142);
noStroke();
smooth();
ellipse(155,220,115,115);
fill(5,190,242);
noStroke();
smooth();
ellipse(155,235,75,75);
fill(191,242,5);
noStroke();
smooth();
ellipse(155,235,60,60);
//lineas de uno
stroke(191,242,5);
strokeWeight(1);
line(50,250,230,500);
line(50,250,240,500);
line(50,250,250,500);
line(50,250,260,500);
line(50,250,270,500);
//lineas de dos
stroke(191,242,5);
strokeWeight(1);
line(155,220,230,500);
line(155,220,240,500);
line(155,220,250,500);
line(155,220,260,500);
line(155,220,270,500);
//lineas de tres
stroke(191,242,5);
strokeWeight(1);
line(250,250,230,500);
line(250,250,240,500);
line(250,250,250,500);
line(250,250,260,500);
line(250,250,270,500);
//lineas de cuatro
line(355,220,230,500);
line(355,220,240,500);
line(355,220,250,500);
line(355,220,260,500);
line(355,220,270,500);
//lineas de cinco
line(455,220,230,500);
line(455,220,240,500);
line(455,220,250,500);
line(455,220,260,500);
line(455,220,270,500);
}
3 comentarios:
Hi hello.
Very Nice Pictures.
Best Regards from Germany
Tom
http://www.westbang.blogspot.com
i like......
danke Tom*
Publicar un comentario