This commit is contained in:
Chuck Walbourn 2019-12-17 11:23:13 -08:00
Родитель 490a80b3d2
Коммит 7183a61087
4 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@ -10,7 +10,7 @@
<description>This version is for Windows desktop applications using Visual Studio 2015 Update 3, Visual Studio 2017, or Visual Studio 2019 and supports Windows 7 / DirectX 11.
DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, and vertex cache optimization.</description>
<releaseNotes>Matches the August 21, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the December 17, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>

Просмотреть файл

@ -10,7 +10,7 @@
<description>This version is for Windows desktop applications using Visual Studio 2015 Update 3, Visual Studio 2017, or Visual Studio 2019 and supports Windows 10 including both DirectX 11 and DirectX 12.
DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, and vertex cache optimization.</description>
<releaseNotes>Matches the August 21, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the December 17, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>

Просмотреть файл

@ -10,7 +10,7 @@
<description>This version is for Universal Windows Platform apps on Windows 10 using Visual Studio 2017 or Visual Studio 2019.
DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, and vertex cache optimization.</description>
<releaseNotes>Matches the August 21, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the December 17, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>

Просмотреть файл

@ -3,7 +3,7 @@ DIRECTX MESH LIBRARY (DirectXMesh)
Copyright (c) Microsoft Corporation. All rights reserved.
August 21, 2019
December 17, 2019
This package contains DirectXMesh, a shared source library for performing various geometry
content processing operations including generating normals and tangent frames, triangle
@ -79,6 +79,11 @@ RELEASE NOTES
RELEASE HISTORY
---------------
December 17, 2019
Added ARM64 platform to VS 2019 Win32 desktop Win10 project
Updated CMake project
Code cleaup
August 21, 2019
Added meshconvert to CMake project
Code cleanup