Mercurial > pidgin.yaz
view plugins/crazychat/mat_struct.h @ 11762:81e26b7f262e
[gaim-migrate @ 14053]
I feel like committing make dist'ed po files is a good thing at this
point in time
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 23 Oct 2005 21:06:17 +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;