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
This package contains UVAtlas, a shared source library for creating and packing an isochart texture atlas.
12
12
@@ -16,25 +16,27 @@ These components are designed to work without requiring any content from the leg
16
16
17
17
##Directory Layout
18
18
19
-
*``Inc\``
19
+
*``UVAtlas\``
20
20
21
-
+Public Header File (in the DirectX C++ namespace):
21
+
+``Inc\``
22
22
23
-
* UVtlas.h
24
-
- UVAtlasCreate
25
-
- UVAtlasPartition
26
-
- UVAtlasPack
27
-
- UVAtlasComputeIMTFromPerVertexSignal
28
-
- UVAtlasComputeIMTFromSignal
29
-
- UVAtlasComputeIMTFromTexture
30
-
- UVAtlasComputeIMTFromPerTexelSignal
31
-
- UVAtlasApplyRemap
23
+
+ Public Header File (in the DirectX C++ namespace):
32
24
33
-
*``geodesics\``,``isochart\``
25
+
* UVtlas.h
26
+
- UVAtlasCreate
27
+
- UVAtlasPartition
28
+
- UVAtlasPack
29
+
- UVAtlasComputeIMTFromPerVertexSignal
30
+
- UVAtlasComputeIMTFromSignal
31
+
- UVAtlasComputeIMTFromTexture
32
+
- UVAtlasComputeIMTFromPerTexelSignal
33
+
- UVAtlasApplyRemap
34
34
35
-
+ Library source files
35
+
*``geodesics\``,``isochart\``
36
36
37
-
*``UVAtasTool\``
37
+
+ Library source files
38
+
39
+
*``UVAtlasTool\``
38
40
39
41
+ Command line tool and sample for UVAtlas library
40
42
@@ -78,6 +80,19 @@ For a full change history, see [CHANGELOG.md](https://github.com/microsoft/UVAtl
78
80
79
81
* When using clang/LLVM for the ARM64/AArch64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) or later is required.
80
82
83
+
* As of the October 2024 release, the command-line tool also supports GNU-style long options using``--``. All existing switches continue to function, but some of the`-` options are now deprecated per this table:
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visithttps://cla.opensource.microsoft.com.
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>