Aug 26, 2022
We just released version 2.0.1 of the Polygon Mesh Processing Library! This is a minor bug fix release fixing the following issues:
- Fix shared library version
- Fix compilation with
PMP_SCALAR_TYPE=64
- Use correct C++ standard (C++14) in public target compile options
- Fix crash in smoothing demo app
See the changelog for a full summary of changes.
Obtaining the pmp-library
Get your own copy by cloning:
git clone --recursive https://github.com/pmp-library/pmp-library.git
Checkout the 2.0.1 release tag:
cd pmp-library && git checkout 2.0.1
Configure and build:
mkdir build && cd build && cmake .. && make
Run the mesh processing app
./mpview ../external/pmp-data/off/bunny.off
Reporting Bugs or Problems
If you encounter any glitches or problems please report the issue on GitHub.