view plugins/crazychat/mat_struct.h @ 13736:14d005eedb30

[gaim-migrate @ 16147] (15:59:30) jordi: LSchiere: that should read "toniher@softcatala.org", not "her@" not sure why that didn't copy right. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 07 May 2006 20:43:44 +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;