Merged
Conversation
…igl/libigl into dev-intrinsic-delaunay
…igl/libigl into dev-intrinsic-delaunay
delaunay unit tests, expose is_delaunay, templates, PlainObject -> Matrix
* fix typo * fix typo for solving compile error
exposed heat_geodesics in python binding
* Fixed two memory leaks One pointer to allocated memory wasn't freed and realloc didn't have proper error handling. Additionally UB has been identified, because a pointer to a local variable is returned. * Memory leak removed, cause be setting reference to NULL instead of deleting the object
Shewchuk's predicates support
For translating centre, the distance should be the half of width of the sub cell instead of the width h.
…riteOBJ (#1108) * templates * Extending igl::cat to work with a std::vector of matrices * Small fix * Fixing std::vector version of adjacency_list * Change MatrixBase -> PlainObjectBase to fix compile error in boundary_loop * Fixing function definition for adjacency_list * Added test for cat * Extending writeOBJ to work with mixed tri/quad meshes * Code review feedback * Writing lines instead of faces * Adding template for test compile * Fixing brace style and switching to trigraph * Fixing braces * another brace * PlainObjectBase -> MatrixBase * Sneaking in a few more template instantiations * PlainObjectBase for outputs * adding template to fix appveyor windows link error
* Update GLFW and Embree + use git urls (fixes #1019). * Simplify Embree build. * More robust top-level project detection.
fix matlab options
Fixing missing symbol error for python
Bug fix and feature improvement for marching cubes
Fix templating in sort_triangles
✨ Enable OpenMP for MSVC users (#1147)
Collaborator
Author
|
@alecjacobson you don't want to add the fast winding numbers for triangle soups into this version? |
Contributor
|
I considered it. But there really should be a unit test for this and I
didn't want to procrastinate on 2.1.0's release any longer.
… |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See website for the changelog.
TODO once this PR is merged: