view plugins/crazychat/mat_struct.h @ 12517:28bdd27bbb44

[gaim-migrate @ 14829] I'm a good little sheep. (Oh, and we haven't used tabs in NEWS in a while so I fixed it.) committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 17 Dec 2005 04:59:39 +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;