File indexing completed on 2024-04-21 14:46:24

0001 /*
0002 ** Author: Eric Veach, July 1994.
0003 **
0004 */
0005 
0006 #ifndef __normal_h_
0007 #define __normal_h_
0008 
0009 #include "tess.h"
0010 
0011 /* __gl_projectPolygon( tess ) determines the polygon normal
0012  * and project vertices onto the plane of the polygon.
0013  */
0014 void __gl_projectPolygon(GLUtesselator *tess);
0015 
0016 #endif