Comentarios (0)
Compartir
Meneame Fresqui
Flenk Enchilame
Google Bookmark Barra Punto
Delicious    

El link de las demos completa esta ACA. Abajo un poco de codigo para verlo en accion.

int num = 60;
float mx[] = new float[num];
float my[] = new float[num];

void setup() {
  size(200, 200);
  smooth();
  noStroke();
  fill(255, 153); 
}

void draw() {
  background(51); 
  
  // Reads throught the entire array
  // and shifts the values to the left
  for(int i=1; i
					
Comentarios
Agregar Comentario
Nombre
Email
URL
Comentario
Por Tags
Add to Technorati Favorites