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

23 lines
643 B
C

/********************************************************************/
/* STRIPE: converting a polygonal model to triangle strips
Francine Evans, 1996.
SUNY @ Stony Brook
Advisors: Steven Skiena and Amitabh Varshney
*/
/********************************************************************/
/*---------------------------------------------------------------------*/
/* STRIPE: outputex.h
-----------------------------------------------------------------------*/
#define TRIANGLE 3
#define MAGNITUDE 1000000
void Output_TriEx();
void Sgi_Test();
void Polygon_OutputEx();
void Extend_BackwardsEx();
void FinishedEx();