view plugins/crazychat/mat_struct.h @ 14185:ae71426fbb2e

[gaim-migrate @ 16848] music messaging depends on dbus; it should not attempt to build unless ENABLE_DBUS is true committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Fri, 18 Aug 2006 20:11:51 +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;