huxingyi / autoremesher

Automatic quad remeshing tool
GNU General Public License v3.0
1.04k stars 87 forks source link

marching-cube mesh test #3

Closed andrea-i closed 4 years ago

andrea-i commented 4 years ago

Hello, once again congrats and thanks for your efforts on this hard to solve topic that is auto-retopology!

Here's a marching-cube model I'm trying to remesh to check for compatibility with your solution. The mesh loads fine, but the result is an empty model. marchingcubeModel.zip

Thanks!

huxingyi commented 4 years ago

Hi, the mesh is not manifold, I did a voxel remesh(openvdb) on it, then open it on AutoRemesher, it works now:

non-manifold

huxingyi commented 4 years ago

Hi @andrea-i you model works now on the latest version (beta.1) without fixing the manifold, since a openvdb preprocessing step is been introduced inside the software. I am closing this for now. Thanks again.