martinnormark / neural-mesh-simplification

Un-official and WIP Implementation of the Neural Mesh Simplification paper
MIT License
10 stars 0 forks source link

Implement Triangle Collision loss #30

Closed martinnormark closed 3 months ago

martinnormark commented 3 months ago

The paper discusses the Triangle Collision Loss as a mechanism to avoid having triangles that penetrate each other in the simplified mesh. This loss is crucial to maintaining the geometric integrity of the mesh by ensuring that triangles do not intersect inappropriately.

Here’s a summary of what the paper says about Triangle Collision Loss:

This loss is a key component in ensuring that the resulting mesh remains valid and visually faithful to the original, by preventing the formation of triangles that would otherwise intersect in an unnatural or incorrect manner.