]> git.mxchange.org Git - flightgear.git/blob - Stripe_w/partial.h
Changed polygon index counter file.
[flightgear.git] / Stripe_w / partial.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: partial.h
11 -----------------------------------------------------------------------*/
12
13 void Partial_Triangulate(int size,int *index, FILE *fp,
14                          FILE *output,int next_face_id,int face_id,
15                          int *next_id,ListHead *pListHead,
16                          P_ADJACENCIES temp, int where);
17 void Inside_Polygon(int size,int *index,FILE *fp,FILE *output,
18                     int next_face_id,int face_id,int *next_id,
19                     ListHead *pListHead,P_ADJACENCIES temp, int where);
20