]> git.mxchange.org Git - flightgear.git/blob - Stripe_w/local.h
Tweaks to go along with scenery tools overhaul.
[flightgear.git] / Stripe_w / local.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:local.h
11 -----------------------------------------------------------------------*/
12
13 void Local_Polygon_Output();
14 void Local_Output_Tri();
15 int Different();
16 void Local_Non_Blind_Triangulate();
17 void Local_Blind_Triangulate();
18 void Local_Triangulate_Polygon();
19 void SGI_Strip(int num_verts,int num_faces,FILE *output,
20                int ties,int triangulate);