Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/mat_struct.h @ 24418:16f58b7418c0
merge of '9ffac1a19695cb6a4ed024bc6951cae029d6daaf'
and 'd8c371c48ca198c45ed71c86837ddef903d9f617'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 18 Nov 2008 03:00:54 +0000 |
parents | 5fe8042783c1 |
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;