gtk/plugins/crazychat/mat_struct.h@6a6d2ef151e6
gtk/plugins/crazychat/mat_struct.h
Sun, 15 Apr 2007 02:10:37 +0000
- author
- Richard Laager <rlaager@pidgin.im>
- date
- Sun, 15 Apr 2007 02:10:37 +0000
- branch
- cpw.khc.msnp14
- changeset 20472
- 6a6d2ef151e6
- parent 11218
-
plugins/crazychat/mat_struct.h@886e6862af56
- parent 14253
-
plugins/crazychat/mat_struct.h@b63ebf84c42b
- child 20471
-
1966704b3e42
- permissions
- -rw-r--r--
propagate from branch 'im.pidgin.gaim' (head b2836a24d81e7a1bd1d21b3aea8794b094391344)
to branch 'im.pidgin.rlaager.merging.soc-msnp13-to-svn18164' (head 463b4fa9f067b279f843520d95a822adc86a0a1b)
#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;