variational-surface-cutting icon indicating copy to clipboard operation
variational-surface-cutting copied to clipboard

Codebase for "Variational Surface Cutting" by Sharp & Crane, SIGGRAPH 2018

Results 6 variational-surface-cutting issues
Sort by recently updated
recently updated
newest added

During compilation on Mac, I receive the following error : fast_cholesky.h:6:10: fatal error: 'cholmod.h' file not found #include

Hi, I'm running your tool on few meshes I have. Meshes from a scan to be precise. On one of these I get the following error: ``` terminate called after...

Hi, I have a mesh which seems to be disk topology and 2-manifold. When I use your tool (with the GUI) I get the following when I try to initialize...

Hi, is it possible to run your tool from command line without passing through the GUI?

Hi, Is it possible to build your tool on windows? I'm trying to, but I'm struggling but I want to know if I'll ever solve this. Thank you.

You should be able to replace ``` git clone https://github.com/nmwsharp/variational-surface-cutting.git cd variational-surface-cutting/ && git submodule update --init --recursive ``` with ``` git clone --recursive https://github.com/nmwsharp/variational-surface-cutting.git cd variational-surface-cutting/ ```