Expand description
Mesh triangle list ↔ triangle strip conversion
Functions§
- stripify
- Converts a previously vertex cache optimized triangle list to triangle strip, stitching strips using restart index or degenerate triangles.
- stripify_
bound - Returns worst case size requirement for stripify.
- unstripify
- Converts a triangle strip to a triangle list.
- unstripify_
bound