plugins/crazychat/mat_struct.h

Tue, 09 Aug 2005 07:10:23 +0000

author
Charlie Stockman <chuckleberry@users.sourceforge.net>
date
Tue, 09 Aug 2005 07:10:23 +0000
changeset 11218
886e6862af56
permissions
-rw-r--r--

[gaim-migrate @ 13350]
crazychat commit, first one.

#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;

mercurial