nmwsharp / polyscope

A C++ & Python viewer for 3D data like meshes and point clouds
https://polyscope.run
MIT License
1.76k stars 190 forks source link

Fix template initializer for setAllPermutations() #237

Closed nzfeng closed 10 months ago

nzfeng commented 11 months ago

There was just a minor typo in setAllPermuations() in include/surface_mesh.ipp. One of the template arguments was meant to be 3 instead of 2.

nmwsharp commented 10 months ago

thanks!