view pidgin/plugins/crazychat/mat_struct.h @ 24413:e5efa83aa6d2

Fix our COPYRIGHT file to be UTF-8 again and add a test to the commit-check Makefile rule to catch this in the future.
author Richard Laager <rlaager@wiktel.com>
date Mon, 17 Nov 2008 19:28:39 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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