view plugins/crazychat/mat_struct.h @ 12878:ba82ecb2d6f5

[gaim-migrate @ 15230] Fix from Bleeter to show the Yahoo! presence tooltip only when it has meaning. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sat, 14 Jan 2006 21:21:47 +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;