]> git.mxchange.org Git - flightgear.git/blob - Stripe_w/options.h
First working version!
[flightgear.git] / Stripe_w / 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 double get_options(int argc, char **argv, int *f, int *t, int *tr, int *group);
14 enum file_options {ASCII,BINARY};
15 enum tie_options {FIRST, RANDOM, ALTERNATE, LOOK, SEQUENTIAL};
16 enum triangulation_options {PARTIAL,WHOLE};
17