Skip to content

Fixed triangulate_naive(...)

Julius Nehring-Wirxel requested to merge bugfix/triangulate_naive into master

Before: Created triangles with one fixed edge and other vertices. New triangles did not match the original face. Now: Creates triangles with one fixed vertex and other edges.

Merge request reports