view pidgin/plugins/crazychat/mat_struct.h @ 24410:9eafd4a52906

merge of '59b09f0d1f3f4226f7edfd8351478498fbd6b8d3' and 'ca4b6e987b967927b0f8bd001bc33440a6885000'
author Mark Doliner <mark@kingant.net>
date Mon, 17 Nov 2008 07:44:40 +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;