view pidgin/plugins/crazychat/mat_struct.h @ 21999:b783b67f1469

merge of '1858be5916da7bce36f3c991bcd71fc65271048d' and 'ac2c6e65f96647a279e527fb82e4ba051f17aa93'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 05 Jan 2008 10:45:29 +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;