view gtk/plugins/crazychat/mat_struct.h @ 20381:99e13490ddff

Mark didn't read the comment above the line he changed. ;-) This will prevent beta7 from being appended until the # is replaced with %.
author Ethan Blanton <elb@pidgin.im>
date Mon, 22 Jan 2007 02:19:52 +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;