]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/options.h
Modified to adhere to new polygon naming convention, and also to read the
[flightgear.git] / Stripe_u / options.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: options.h
11 -----------------------------------------------------------------------*/
12
13 float get_options();
14 enum file_options {ASCII,BINARY};
15 enum tie_options {FIRST, RANDOM, ALTERNATE, LOOK, SEQUENTIAL};
16 enum triangulation_options {PARTIAL,WHOLE};
17