Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 12284:ecd471d1eeec
[gaim-migrate @ 14588]
Some whitespace stuff, so it doesn't clutter up my next commit.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Thu, 01 Dec 2005 19:55:35 +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;
