view pidgin/plugins/crazychat/mat_struct.h @ 29465:1eeeb20f0b9f

Set release dates, add news (I'm not feeling creative, sorry), remove "devel" from the version
author Mark Doliner <mark@kingant.net>
date Tue, 16 Feb 2010 08:50:49 +0000
parents 5fe8042783c1
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;