Tessellation and Meshing
Generating Tri-strips From Random Data
- The longer the strip the better
- Avoid “orphan” triangles
- Greedy tri-stripping
- Pick a triangle
- Generate strip using unused neighbors as far as possible
- Start next strip near beginning (or end) of previous strip