Aardman "Animal saves our planet"
Une belle campagne faite par les studios Aardman (Wallace & Gromit, Chicken run, etc.)
http://animalssavetheplanet.com/?page=home
Ca fait penser à leur série "Creature comfort"
glBegin (GL_TRIANGLES);
glVertex (0,0,0);
glVertex (1,1,0);
glVertex (2,0,0);
glEnd ();
and the ugly Direct3D (incomplete!) equivalent
v = &buffer.vertexes[0];
v->x = 0; v->y = 0; v->z = 0;
v++;
v->x = 1; v->y = 1; v->z = 0;
v++;
v->x = 2; v->y = 0; v->z = 0;
c = &buffer.commands;
c->operation = DRAW_TRIANGLE;
c->vertexes[0] = 0;
c->vertexes[1] = 1;
c->vertexes[2] = 2;
IssueExecuteBuffer (buffer);
You read this, and you feel confortable you have bet on the right horses (Drupal for example, or jquery, or extJs in the webapplication realm) and you stay away of the ugly beasts (I won't cite them, they will recognize themselves).
KISSDu bon très boulot d'animation et de décor. Chez HBO en 1982, ils utilisaient déjà de la colle chaude.