Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/mat_struct.h @ 16346:bf353c85959a
merge of '05f7badcad9471084218e698a5c011908d17af90'
and '88066f9b13ceb09d6de93a2d30d8e49a6840fdf9'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 24 Apr 2007 03:56:03 +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;