botsch-kobbelt-remesher-libigl icon indicating copy to clipboard operation
botsch-kobbelt-remesher-libigl copied to clipboard

Implementation of the local remesher from "A Remeshing Approach to Multiresolution Modeling" by M. Botsch and L. Kobbelt, to work with the libigl geometry processing library

Results 5 botsch-kobbelt-remesher-libigl issues
Sort by recently updated
recently updated
newest added

The problem talked about can be verified using any no-manifold mesh. Could you provide some advice to repair it? Thanks.

I receive segmentation fault when I invoke python binding. I followed the installation instructions provided in the repository.

Hello! I tried to install following the instructions: ``` mkdir build cd build cmake .. make -j ``` `cmake ..` finishes successfully, however producing following warnings: ``` CMake Warning (dev)...

Hi, thanks for this repo ! According to the paper, during a single iteration, every edge that meets a certain lower bound is split, and every edge that meets a...