1
0
Fork 0
flightgear/Stripe_w/ties.h
1998-07-31 18:27:36 +00:00

15 lines
579 B
C

/********************************************************************/
/* STRIPE: converting a polygonal model to triangle strips
Francine Evans, 1996.
SUNY @ Stony Brook
Advisors: Steven Skiena and Amitabh Varshney
*/
/********************************************************************/
/*---------------------------------------------------------------------*/
/* STRIPE: ties.h
-----------------------------------------------------------------------*/
void Clear_Ties();
void Add_Ties(int id);
int Get_Next_Face(int t, int face_id, int triangulate);