PMP Library Version 1.2 Released
We just released a new minor release of the Polygon Mesh Processing Library, version 1.2. This release includes a couple new features, enhancements, bug fixes, and updates to third-party libraries. Highlights include:
- Improved rendering of general polygons, avoiding erroneous tessellation into overlapping/flipped triangles in case of non-convex polygons.
- Added support for rendering using matcaps.
- Eigen interoperability: Matrix and vector classes can now be assigned and cast from Eigen matrices and vectors.
- Matrix and vector classes can now be constructed using initializer lists.
See the official release announcement as well as the full changelog. for details.
Have fun!