view plugins/crazychat/mat_struct.h @ 13138:277c7a62650b

[gaim-migrate @ 15500] SF Patch #1417424 from Sadrul Fixes SF Bug #1417406 "Do not update the tabs when sending a message." -- Sadrul committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 06 Feb 2006 08:06:53 +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;