view pidgin/plugins/crazychat/mat_struct.h @ 25595:94c8bef52c66

* some further bugfixing, BIND's libresolv does so much for the programmer, just happy it exists
author Tobias Markmann <tfar@soc.pidgin.im>
date Sat, 02 Aug 2008 16:43:04 +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;