pidgin/plugins/crazychat/mat_struct.h

changeset 16238
33bf2fd32108
parent 11218
886e6862af56
parent 15435
4b933b06d75e
equal deleted inserted replaced
13071:b98e72d4089a 16238:33bf2fd32108
1 #include <GL/gl.h>
2 #include <GL/glu.h>
3
4 typedef struct sample_MATERIAL{
5 GLfloat ambient[3];
6 GLfloat diffuse[3];
7 GLfloat specular[3];
8 GLfloat emission[3];
9 GLfloat alpha;
10 GLfloat phExp;
11 int texture;
12 }sample_MATERIAL;

mercurial