view plugins/crazychat/mat_struct.h @ 13727:4b6308145fcd

[gaim-migrate @ 16138] Patch sent to gaim-devel by Aleksander Piotrowski "According to declaration, last argument of gaim_xfer_write should be gsize." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 07 May 2006 07:55:13 +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;