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
The command-line tool would need porting to Linux which is out of scope for my needs, but you are welcome to do so. uvatlastool is effectively a 'sample' for the library.
Happened to find an easier way to run uvatlastool on linux. You can use wine (wine) to run the uvatlastool command line. Just build the .exe from the VS solution on windows, then copy the .exe to linux computer. One trick here is that you need to build the .exe in release version, not debug version. Hope this helps.
In the line 42 of
UVAtlas-main/UVAtlasTool/UVAtlas.cpp
:This head file is only for windows platform.
I want to use UVAtlasTool under linux platform, can you give me some advice?
The text was updated successfully, but these errors were encountered: