skip to main | skip to sidebar

Forks and knives

sábado, 29 de noviembre de 2008

Father and Daughter




Father and Daughter
Michael Dudok de Wit
Publicado por Luis Teniente Paulin en 21:29

1 comentario:

Anónimo dijo...

:') me gustó
sube más!

2/06/2009 7:25 p. m.

Publicar un comentario

Entrada antigua Inicio
Suscribirse a: Enviar comentarios (Atom)

POTQ

POTQ.cl

Archivo del blog

  • ▼  2008 (7)
    • ▼  noviembre (1)
      • Father and Daughter
    • ►  mayo (1)
    • ►  abril (1)
    • ►  marzo (2)
    • ►  enero (2)
  • ►  2007 (8)
    • ►  diciembre (2)
    • ►  noviembre (6)

Datos personales

Luis Teniente Paulin
Ver todo mi perfil

Caramelo Juchiteco

  • ASIFA
  • Baul de Long Plays
  • Baul Teatro Títeres
  • Camino a Kyoto
  • Caramelo Juchiteco
  • Dramatyka
  • Drawn
  • Efimera
  • El hombre que comía Diccionarios
  • Escultura de Pamela Taboada
  • Focus on Animation ONF
  • Globsoarer
  • Golem Producciones
  • Gremio de Cineastas de San Luis Potosí
  • Kirupa
  • Las insólitas aventuras del pez
  • Laura Morfin
  • Lorem Ipsum
  • Meganima
  • Nitezdu cat
  • Part of the queue
  • Plastic Surprise
  • Sonofabicho
  • Tokyo Undressed
  • 路易斯 Fotos
 
= (int)random(255); void setup() { size(400,400,P3D); background(196); loadPixels(); cp = createGraphics(width, height, P3D); cp.loadPixels(); arraycopy(pixels, cp.pixels); cp.updatePixels(); } void draw() { r++; g++; b++; stroke(color(r%255, g%255, b%255)); noFill(); ellipse(mouseX, mouseY, 50, 50); arraycopy(pixels, cp.pixels); cp.updatePixels(); //background(196); translate(width/2, height/2); rotateZ(map(mouseX, 0, width, -TWO_PI, TWO_PI)); rotateX(.01); noStroke(); fill(1); beginShape(QUADS); texture(cp); vertex(-width*.68, -height*.68, 0, 0); vertex(width*.68, -height*.68, width, 0); vertex(width*.68, height*.68, width, height); vertex(-width*.68, height*.68, 0, height); endShape(); }
Powered By Blogger