Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about checking for zero-area-faces? #109

Open
humanbeingZ opened this issue Oct 17, 2022 · 0 comments
Open

Question about checking for zero-area-faces? #109

humanbeingZ opened this issue Oct 17, 2022 · 0 comments

Comments

@humanbeingZ
Copy link

humanbeingZ commented Oct 17, 2022

Hi! Thank you for this awesome repository.

I have some textured models obtained using photogrammetry software. I plan to use xatlas to repack the texture atlas. However, I found xatlas complaining about a lot of faces with zero area. And the resulting repacked model contains a lot of artifacts due to this.

I read part of the code and found faces with zero area are ignored in this line. I commented out that part and found the program works just fine. And resulting repacked model looks good too.

So I'm wondering, why do you explicitly check for faces with zero area and ignore them in the first place?
Can I use this code the way I did?

I'd really appreciate it if you could answer these questions. Really thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant