pmneila / PyMCubes

Marching cubes (and related tools) for Python
BSD 3-Clause "New" or "Revised" License
692 stars 87 forks source link

I wonder know the lib can solve the Truncated signed distance field? #31

Closed Dengzhi-USTC closed 3 years ago

Dengzhi-USTC commented 3 years ago

Thanks

pmneila commented 3 years ago

Sorry, I don't understand the question. Marching cubes do not solve truncated signed distance fields, they take an existing SDF to build a mesh corresponding to one of its level-sets. What do you mean by "solving the truncated signed distance field"?