view pidgin/plugins/crazychat/mat_struct.h @ 25928:cbbafb072285

propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f) to branch 'im.pidgin.cpw.darkrain42.xmpp.iq-handlers' (head 43136a2c50fd1b1adb089d7c47e12ad2152fe747)
author Paul Aurich <paul@darkrain42.org>
date Thu, 05 Feb 2009 00:59:58 +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;