skip to main
|
skip to sidebar
Ponlo en el carrito
domingo, 15 de mayo de 2011
16:52
Circulo movable gris
void setup(){
size(500,500);
//circulos();
fill(255);
println("arranco");
frameRate(20);
}
void draw(){
background(127);
circulos(random(width),random(height),random(10,100));
}
void circulos(float x,float y,float r){
ellipse(x,y,r,r);
ellipse(x,y,r/2.5,r/2.5);
}
Comments (0)
Full article
0 comentarios:
Publicar un comentario
Entrada más reciente
Entrada antigua
Suscribirse a:
Enviar comentarios (Atom)
Lili...
Lilí
OoO
Ver todo mi perfil
Archivo
▼
2011
(19)
▼
mayo
(17)
Anexo la informacion que utilize para la expocisio...
EJERCICIO TIRA AZUL CIRCULOSvoid setup(){size(500,...
No pude subir el algoritmo,pero aparece en la foto...
Elipse simplesize (200,200);background (255);smoot...
Cuadro simple b y nsize (200,200);smooth ();stroke...
Cuadrados coloressize (200,200);background (246,24...
size (200,200);background (125);smooth ();ellipse ...
size (200,200);background (232,210,44);smooth ();f...
size (200,200);background (0);smooth ();strokeWeig...
Ejercicio simple verdesize (200,200);smooth ();str...
Espiral verde circulosint x = width/4;int y = heig...
Circulo movable grisvoid setup(){ size(500,500); ...
Circulos en espiral transparentes void setup(){ ...
void setup(){ size(500,500); //circulo(); fill(...
CIRCULOSfloat r; float g; float b; ...
CIRCULOS COLORES float r; float g; float ...
EJERCICIOS CIRCULO MOVIBLE AZULvoid setup(){size(1...
►
febrero
(2)
►
2010
(15)
►
junio
(1)
►
mayo
(2)
►
abril
(1)
►
marzo
(5)
►
febrero
(6)
0 comentarios:
Publicar un comentario