buaacyw / MeshAnything

From anything to mesh like human artists. Official impl. of "MeshAnything: Artist-Created Mesh Generation with Autoregressive Transformers"
https://buaacyw.github.io/mesh-anything/
Other
1.97k stars 83 forks source link

How to ensure the consistency of the face normal? #30

Open xzb030 opened 2 weeks ago

xzb030 commented 2 weeks ago

result Why does the result of a face normal flip occur?

buaacyw commented 2 weeks ago

We use trimesh to calculate the normal for the generated mesh. Trimesh sometimes produce results like this and a better normal calculation method may be needed.