view gtk/plugins/crazychat/mat_struct.h @ 14763:175d85e4c8fa

[gaim-migrate @ 17520] This is no longer an issue as of datallah's commit, revision #17509 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 18 Oct 2006 15:27:38 +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;