-a | In case there is a tie as to choosing the next polygon in a strip during the local phase, this option will alternate left-right direction in choosing the next polygon in a strip during successive tie-breaks. |
---|---|
-b | This specifies that the input file is in binary. |
-f | In case there is a tie as to choosing the next polygin in a strip during the local phase, this option will simply choose the first polygon that it found. |
-g | This option specifies to find triangle strips only within the groups that are specified in the data file. |
-l | In case there is a tie as to choosing the next polygon in a strip during the local phase, this option will look ahead to the next level: it will examine the neighbors of each of the polygon's that tied and choose the next polygon in the strip based on which one has the best neighbor to put in the strip at the next level. |
-o | This option allows you to turn off stripes orientation checking algorithm. |
-p | This option specifies that during the local phase we will be partially triangulating faces when we use them in a strip, saving the rest of the face for later and only using what we need for the current strip. This is the default option, if no triangulation option is specified. |
-q | In case there is a tie as to choosing the next polygon in a strip during the local phase, this option will choose the next face that does not produce a swap (degenerate triangle). If this is not possible, then the lookahead method is used (option -l). This is the default option for tie breaking, if no tie breaking option is specified. |
-r | In case there is a tie as to choosing the next polygon in a strip during the local phase, this option will randomly choose the next face from the list of tied faces. |
-w | This option specifies that during the local phase we will be fully triangulating a face as we come to it in a strip, without saving any of it for another strip. |