pidgin/plugins/crazychat/mat_struct.h@c535aa5329a5
pidgin/plugins/crazychat/mat_struct.h
Sat, 28 Mar 2009 16:58:59 +0000
- author
- Marcus Lundblad <malu@pidgin.im>
- date
- Sat, 28 Mar 2009 16:58:59 +0000
- branch
- cpw.malu.xmpp.idle
- changeset 26597
- c535aa5329a5
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
propagate from branch 'im.pidgin.pidgin' (head 538d066283dded4b9914249c983d40decc907ba3)
to branch 'im.pidgin.cpw.malu.xmpp.idle' (head 4d01bf9d7e310939a489f6b0e234798a2fec2bcb)
#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;