]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/output.h
Let's not pass copies of huge structures on the stack ... ye might see a
[flightgear.git] / Stripe_u / output.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: output.h
11 -----------------------------------------------------------------------*/
12
13
14 #define TRIANGLE 3
15 #define MAGNITUDE 1000000
16
17 void Output_Tri();
18 void Sgi_Test();
19 int Polygon_Output();
20 void Last_Edge();
21 void Extend_Backwards();
22 int Finished();
23 int Extend_Face();
24 void Fast_Reset();
25
26