1
0
Fork 0
flightgear/Stripe_u/output.h
1998-04-09 01:58:04 +00:00

26 lines
687 B
C

/********************************************************************/
/* STRIPE: converting a polygonal model to triangle strips
Francine Evans, 1996.
SUNY @ Stony Brook
Advisors: Steven Skiena and Amitabh Varshney
*/
/********************************************************************/
/*---------------------------------------------------------------------*/
/* STRIPE: output.h
-----------------------------------------------------------------------*/
#define TRIANGLE 3
#define MAGNITUDE 1000000
void Output_Tri();
void Sgi_Test();
int Polygon_Output();
void Last_Edge();
void Extend_Backwards();
int Finished();
int Extend_Face();
void Fast_Reset();