mirror of
https://github.com/microsoft/UVAtlas
synced 2024-11-09 13:50:05 +00:00
February 6, 2023 (#100)
This commit is contained in:
parent
611088ffb9
commit
9186b53e64
@ -6,6 +6,11 @@ Release available for download on [GitHub](https://github.com/microsoft/UVAtlas/
|
||||
|
||||
## Release History
|
||||
|
||||
### February 6, 2023
|
||||
* CMake project updates
|
||||
* Minor code review
|
||||
* uvatlastool: Updated for January 2023 DirectXTex release
|
||||
|
||||
### December 15, 2022
|
||||
* CMake project updated to require 3.20 or later
|
||||
* CMake and MSBuild project updates
|
||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014-2022 Microsoft Corp
|
||||
Copyright (c) 2014-2023 Microsoft Corp
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
||||
software and associated documentation files (the "Software"), to deal in the Software
|
||||
|
@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=512686
|
||||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
**December 15, 2022**
|
||||
**February 6, 2023**
|
||||
|
||||
This package contains UVAtlas, a shared source library for creating and packing an isochart texture atlas.
|
||||
|
||||
@ -70,7 +70,7 @@ Sander et al. "Signal-Specialized Parametrization" Europgraphics 2002 [pdf](http
|
||||
|
||||
* The UWP projects and the Win10 classic desktop project include configurations for the ARM64 platform. Building these requires installing the ARM64 toolset.
|
||||
|
||||
* When using clang/LLVM for the ARM64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) is required.
|
||||
* When using clang/LLVM for the ARM64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) or later is required.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user