1
0
Fork 0
flightgear/Stripe_u/init.h
1998-04-09 01:58:04 +00:00

30 lines
770 B
C

/********************************************************************/
/* STRIPE: converting a polygonal model to triangle strips
Francine Evans, 1996.
SUNY @ Stony Brook
Advisors: Steven Skiena and Amitabh Varshney
*/
/********************************************************************/
/*---------------------------------------------------------------------*/
/* STRIPE: init.h
-----------------------------------------------------------------------*/
void init_vert_norms();
void init_vert_texture();
BOOL InitVertTable();
BOOL InitFaceTable();
BOOL InitEdgeTable();
void InitStripTable();
void Init_Table_SGI();
void BuildVertTable();
void BuildFaceTable();
void BuildEdgeTable();
void Start_Face_Struct();
void Start_Edge_Struct();