view plugins/crazychat/mat_struct.h @ 13587:bfda68675f7b

[gaim-migrate @ 15972] another sametime client is polluting idle values. I've submitted a bug to their team, but this will help hide it sometimes committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Thu, 06 Apr 2006 03:56:42 +0000
parents ed017b9c532d
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;