TYPE: SOP
TITLE: TriStrip SOP

The TriStrip operation converts polygons to triangle strips. Triangle strips
are faster to display and require less memory than the equivalent triangles.
However, most editing functions require geometry to be in the form of triangles
rather than triangle strips.  You can convert back to triangles using a Convert
operation.

Note that if you are sending in geometry which is changing in topology, the
Tri-Strip operation may triangulate polygons differently in different frames,
causing popping if the polygons are not planar.  If this is a problem,
triangulate non-planar polygons first using a Divide operation.

Parameters:
    Source Group           - The polygons that should be tristripped
    Constrain Strip Length - Should the maximum length of strips be bounded?
    Max Strip Length       - The maximum number of triangles in any
                             one triangle strip                 /maxstriplength

See also: Convert
