Patrick Laurin

Results 2 issues of Patrick Laurin

I've been trying out the remeshing for the Stanford bunny and there seems to be a general loss of sharp features: ![image](https://github.com/user-attachments/assets/4bf71b3f-cded-48b3-869c-1fe32ee07d70) Are there any mechanisms I can implement to...

On Windows, I managed to build polyscope as a shared library with a couple of changes: 1. Export all symbols for polyscope ```diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt...