From c1e1c84c68021f7d919d51ca6673b01d364c2572 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 14 Feb 2020 17:23:45 -0800 Subject: [PATCH] February 14, 2020 --- .nuget/directxmesh_desktop_2017.nuspec | 2 +- .nuget/directxmesh_desktop_win10.nuspec | 2 +- .nuget/directxmesh_uwp.nuspec | 2 +- HISTORY.md | 4 ++++ README.md | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.nuget/directxmesh_desktop_2017.nuspec b/.nuget/directxmesh_desktop_2017.nuspec index e9d0ea2c..0fd80cd9 100644 --- a/.nuget/directxmesh_desktop_2017.nuspec +++ b/.nuget/directxmesh_desktop_2017.nuspec @@ -10,7 +10,7 @@ This version is for Windows desktop applications using 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. - Matches the December 17, 2019 release on GitHub. + Matches the February 14, 2020 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg MIT diff --git a/.nuget/directxmesh_desktop_win10.nuspec b/.nuget/directxmesh_desktop_win10.nuspec index b894f958..3bc6fef3 100644 --- a/.nuget/directxmesh_desktop_win10.nuspec +++ b/.nuget/directxmesh_desktop_win10.nuspec @@ -10,7 +10,7 @@ This version is for Windows desktop applications using 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. - Matches the December 17, 2019 release on GitHub. + Matches the February 14, 2020 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg MIT diff --git a/.nuget/directxmesh_uwp.nuspec b/.nuget/directxmesh_uwp.nuspec index 3e6969b5..90b1c873 100644 --- a/.nuget/directxmesh_uwp.nuspec +++ b/.nuget/directxmesh_uwp.nuspec @@ -10,7 +10,7 @@ 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. - Matches the December 17, 2019 release on GitHub. + Matches the February 14, 2020 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg MIT diff --git a/HISTORY.md b/HISTORY.md index 92e65db6..61ae5082 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,10 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXM ## Release History +### February 14, 2020 +* meshconvert: now supports exporting to WaveFront Object (OBJ) files +* Retired VS 2015 projects + ### December 17, 2019 * Added ARM64 platform to VS 2019 Win32 desktop Win10 project * CMake project diff --git a/README.md b/README.md index d4b718ee..938f2700 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=324981 Copyright (c) Microsoft Corporation. All rights reserved. -**December 17, 2019** +**February 14, 2020** This package contains 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.