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 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: