view plugins/crazychat/mat_struct.h @ 12590:88c75956dbbf

[gaim-migrate @ 14920] Update to use SILC Toolkit 1.0.2 (devel-pkg is at http://gaim.sf.net/win32/silc-toolkit-1.0.2.tar.gz) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 21 Dec 2005 04:02:34 +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;