]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/outputex.h
Removed an unused variable.
[flightgear.git] / Stripe_u / outputex.h
1 /********************************************************************/
2 /*   STRIPE: converting a polygonal model to triangle strips    
3      Francine Evans, 1996.
4      SUNY @ Stony Brook
5      Advisors: Steven Skiena and Amitabh Varshney
6 */
7 /********************************************************************/
8
9 /*---------------------------------------------------------------------*/
10 /*   STRIPE: outputex.h
11 -----------------------------------------------------------------------*/
12
13
14 #define TRIANGLE 3
15 #define MAGNITUDE 1000000
16
17 void Output_TriEx();
18 void Sgi_Test();
19 void Polygon_OutputEx();
20 void Extend_BackwardsEx();
21 void FinishedEx();
22
23