15 lines
538 B
C
15 lines
538 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 Get_Next_Face();
|