Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 13300:46f94b8d4d3f
[gaim-migrate @ 15666]
Emily and I decided that the semi-gray haired dude on
American Idol is confusing. Very cool
...but also confusing.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 16 Feb 2006 03:32:59 +0000 |
| parents | ed017b9c532d |
| children |
line wrap: on
line source
#include <GL/gl.h> #include <GL/glu.h> typedef struct sample_MATERIAL{ GLfloat ambient[3]; GLfloat diffuse[3]; GLfloat specular[3]; GLfloat emission[3]; GLfloat alpha; GLfloat phExp; int texture; }sample_MATERIAL;
