menpo / menpo3d

Tools for manipulating 3D meshes within the Menpo project.
http://www.menpo.org
Other
165 stars 55 forks source link

fix final bcoords tri_indices issue #41

Closed jabooth closed 7 years ago

jabooth commented 7 years ago

One of the goals of #40 was to standardise on using bcoords, tri_indicies always in this order (as return types from and positional arguments to functions concerned with barycentric coordinate mappings).

Unfortunately one case was missed. This is a hotfix to catch that last edge case.