1
0
Fork 0
flightgear/Tools/Stripe_u/add.h
2009-09-14 13:43:55 +02:00

25 lines
670 B
C

/********************************************************************/
/* STRIPE: converting a polygonal model to triangle strips
Francine Evans, 1996.
SUNY @ Stony Brook
Advisors: Steven Skiena and Amitabh Varshney
*/
/********************************************************************/
/*---------------------------------------------------------------------*/
/* STRIPE: add.h
-----------------------------------------------------------------------*/
BOOL new_vertex();
BOOL Check_VN();
BOOL norm_array();
void add_texture();
int add_vert_id();
void add_norm_id();
void AddNewFace();
void CopyFace();
void Add_Edge();
void Add_AdjEdge();