]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/add.h
Build Triangle as a lib rather than as a program.
[flightgear.git] / Stripe_u / add.h
1 /********************************************************************/
2 /*   STRIPE: converting a polygonal model to triangle strips    
3      Francine Evans, 1996.
4      SUNY @ Stony Brook
5      Advisors: Steven Skiena and Amitabh Varshney
6 */
7 /********************************************************************/
8
9 /*---------------------------------------------------------------------*/
10 /*   STRIPE: add.h
11 -----------------------------------------------------------------------*/
12
13 BOOL new_vertex();
14 BOOL Check_VN();
15 BOOL norm_array();
16 void add_texture();
17 int     add_vert_id();
18 void    add_norm_id();
19 void AddNewFace();
20 void CopyFace();
21 void Add_Edge();
22 void Add_AdjEdge();
23
24
25