Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 13027:a0e53af77e49
[gaim-migrate @ 15380]
Should fix some kind of icon thing, patch from evands with help from
Bleeter, I think
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 24 Jan 2006 01:29:16 +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;
