skip to main | skip to sidebar

Forks and knives

lunes, 10 de marzo de 2008

Dog




Dog, la cruda poesía visual de Suzie Templeton, ganadora del Oscar 2008 por su animación Peter & Wolf.
Dog

Publicado por Luis Teniente Paulin en 12:10
Etiquetas: Animación, Arte, cine, dog, suzie templeton

No hay comentarios:

Publicar un comentario

Entrada más reciente Entrada antigua Inicio
Suscribirse a: Enviar comentarios (Atom)

POTQ

POTQ.cl

Archivo del blog

  • ▼  2008 (7)
    • ►  noviembre (1)
    • ►  mayo (1)
    • ►  abril (1)
    • ▼  marzo (2)
      • Dog
      • The Danish Poet
    • ►  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