]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/init.h
Removed forced -g compile flag.
[flightgear.git] / Stripe_u / init.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: init.h
11 -----------------------------------------------------------------------*/
12
13 void init_vert_norms();
14 void init_vert_texture();
15 BOOL InitVertTable();
16 BOOL InitFaceTable();
17 BOOL InitEdgeTable();
18 void InitStripTable();
19 void Init_Table_SGI();
20 void BuildVertTable();
21 void BuildFaceTable();
22 void BuildEdgeTable();
23 void Start_Face_Struct();
24 void Start_Edge_Struct();
25
26
27
28
29
30