/********************************************************************/ /* 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();