]> git.mxchange.org Git - flightgear.git/blob - Stripe_w/init.h
Added a routine to dump out the portion of the dem data covered by a
[flightgear.git] / Stripe_w / 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(int num_vert);
14 void init_vert_texture(int num_vert);
15 BOOL InitVertTable( int nSize );
16 BOOL InitFaceTable( int nSize );
17 BOOL InitEdgeTable( int nSize );
18 void InitStripTable(  );
19 void Init_Table_SGI();
20 void BuildVertTable( int nSize );
21 void BuildFaceTable( int nSize );
22 void BuildEdgeTable( int nSize );
23 void Start_Face_Struct(int numfaces);
24 void Start_Edge_Struct(int numverts);
25
26
27
28
29
30