comparison plugins/crazychat/mat_struct.h @ 11218:ed017b9c532d

[gaim-migrate @ 13350] crazychat commit, first one. committer: Tailor Script <tailor@pidgin.im>
author Charlie Stockman <chuckleberry>
date Tue, 09 Aug 2005 07:10:23 +0000
parents
children
comparison
equal deleted inserted replaced
11217:f854402837ba 11218:ed017b9c532d
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;