Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 11551:78aad676fdb2
[gaim-migrate @ 13806]
This creates an unidle menu option for the I'dle Mak'er plugin. I like
having this.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Thu, 15 Sep 2005 14:54:23 +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;
