pidgin/plugins/crazychat/mat_struct.h@272ffbb581b0
pidgin/plugins/crazychat/mat_struct.h
Sun, 21 Oct 2007 04:39:02 +0000
- author
- Luke Schierer <lschiere@pidgin.im>
- date
- Sun, 21 Oct 2007 04:39:02 +0000
- branch
- release-2.2.2
- changeset 20234
- 272ffbb581b0
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
applied changes from 4d9fac4aab275ee133ce860edc469e0e5c4734ff
through 68d63cab97f8861a7a080c3103d5e24a31587473
applied changes from 68d63cab97f8861a7a080c3103d5e24a31587473
through f9d3abd0678a04291edd671c4e5d87c7217984bb
#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;