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

uvatlastool generates additional vertices with already-unique faces #88

Closed
Raildex opened this issue Dec 11, 2022 · 2 comments
Closed
Labels
bug tools Applies to uvatlastool

Comments

@Raildex
Copy link

Raildex commented Dec 11, 2022

I am integrating uvatlastool.exe into my toolchain.
For that I generate a obj file and pass it into uvatlastool.exe
My mesh has unique positions,uvs and normals per face (i.e. the attributes are not shared)

However, when I read the resulting obj file, i noticed that the tool generated additional vertices by merging triangles into quads together (i.e. 2 triangles form a rectangle)
I would like to have an option to forbid the generation of this "merging".

I use the tool with -wf -q QUALITY -nologo -ga
lightmap.zip

@walbourn walbourn added bug tools Applies to uvatlastool labels Jan 8, 2023
@walbourn walbourn pinned this issue Jun 10, 2023
@Raildex Raildex closed this as completed Sep 22, 2023
@walbourn
Copy link
Member

Did you determine the tool was correct or is there still a bug here?

@Raildex
Copy link
Author

Raildex commented Sep 22, 2023

The tool was correct :)

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

No branches or pull requests

2 participants