You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m looking for a method to remove the internal faces of the resulting mesh, as they complicate the nearest-point query and SDF calculation for the entire mesh. While adjacent parts share the same plane, their vertices differ, making it challenging to post-process and eliminate these duplicated faces.
Is there a straightforward way to modify the intermediate process of the convex decomposition to achieve this? I understand this may not be the primary focus of the repository, but implementing this feature could enhance its utility as a preprocessing step for messy meshes.
Thank you for any advice, and I look forward to your response.
The text was updated successfully, but these errors were encountered:
Hi @SarahWeiii ,
Thank you for your excellent work!
I’m looking for a method to remove the internal faces of the resulting mesh, as they complicate the nearest-point query and SDF calculation for the entire mesh. While adjacent parts share the same plane, their vertices differ, making it challenging to post-process and eliminate these duplicated faces.
Is there a straightforward way to modify the intermediate process of the convex decomposition to achieve this? I understand this may not be the primary focus of the repository, but implementing this feature could enhance its utility as a preprocessing step for messy meshes.
Thank you for any advice, and I look forward to your response.
The text was updated successfully, but these errors were encountered: