view pidgin/plugins/crazychat/mat_struct.h @ 16379:30f2fdcea12c

propagate from branch 'im.pidgin.pidgin' (head c33cbe1ca040482d72c165cedf821bcedb280179) to branch 'im.pidgin.rlaager.gaim_migration' (head 1e6435d63197f439a3d976033664ab9d580625e3)
author Richard Laager <rlaager@wiktel.com>
date Tue, 24 Apr 2007 13:28:42 +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;