plugins/crazychat/mat_struct.h

Fri, 06 Jan 2006 06:33:46 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 06 Jan 2006 06:33:46 +0000
changeset 12746
7ee4a8a55435
parent 11218
886e6862af56
permissions
-rw-r--r--

[gaim-migrate @ 15093]
abstract to a function and robustify the rest of the attribute parsing

#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