view gtk/plugins/crazychat/mat_struct.h @ 14635:ba12c5e9d7e7

[gaim-migrate @ 17381] Fix some signedness warnings committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 27 Sep 2006 02:07:06 +0000
parents 009db0b357b5
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;