view plugins/crazychat/mat_struct.h @ 13214:812e2de69c90

[gaim-migrate @ 15578] Patch from Bj??rn Voigt: * early character set conversation for the segfault message * new formating of the English segfault message (URLs are now alone on a line with out a trailing dot - this makes copying of the URLs easier) committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 10 Feb 2006 21:16:18 +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;