Manifold icon indicating copy to clipboard operation
Manifold copied to clipboard

Convert any Triangle Mesh to Watertight Manifold

Results 8 Manifold issues
Sort by recently updated
recently updated
newest added

I used simplify on ModelNet40 files converted to obj format, but all of them had the following problems ` Output is a manifold! ` ` Unsupported file format: .. `...

Hi, I found the links in the `categories.txt` like http://download.cs.stanford.edu/orion/Shapenet_Manifold/03636649.zip are broken. Could you please update them? Thank you!

Hello there, although I'm not actively using this code anymore if anyone is here looking for python bindings you might have a look at the [wrapper](https://github.com/PRBonn/manifold_python) I did some time...

The `simplify` program crashes on [this obj](https://graphics.stanford.edu/courses/cs148-10-summer/as3/code/as3/teapot.obj). My input: ```bash Manifold/build/simplify -i teapot.obj -o tea.obj -m -f 1000 ``` output: ```plain Output is a manifold! Assertion failed: (V.cols() == 3...

I am using Manifold for processing Acronym meshes to be watertight. However, many of the meshes get broken after processing with the watertight script. The sample obj file is in...

``` git clone --recursive -j8 git://github.com/hjwdzh/Manifold cd Manifold mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release make ``` Here should be `git clone --recursive -j8 https://github.com/hjwdzh/Manifold.git cd Manifold mkdir build cd...

Dear author, I noticed you seem to have implemented the bvh algorithm but it failed in some test cases. is the implementation complete? Cheers,

Does it mean that the manifold result is incorrect? Should I change the default 20000 into a number larger than original face number?