Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 11861:83e2fa10df1c
[gaim-migrate @ 14152]
(16:18:11) rlaager: LSchiere2: make[2]: *** No rule to make target
`el.po', needed by `el.gmo'. Stop.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Thu, 27 Oct 2005 20:22:27 +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;
