view plugins/crazychat/mat_struct.h @ 13193:3426bc61bb8b

[gaim-migrate @ 15556] half of sf patch #1414103, from Sadrul Habib Chowdhury "This patch opens the saved-status dialog with the `Use different statuses' expanded when it has substatuses." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Feb 2006 23:53:26 +0000
parents ed017b9c532d
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;