Skip to content

Commit

Permalink
April 26, 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Apr 26, 2019
1 parent ae99889 commit 0867fa4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .nuget/directxmesh_desktop_2015.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<metadata minClientVersion="2.8.6">
<id>directxmesh_desktop_2015</id>
<version>0.0.0-SpecifyVersionOnCommandline</version>
<title>DirectXMesh Library (VS 2015/VS 2017 Win32)</title>
<title>DirectXMesh Library (VS 2015/2017/2019 Win32)</title>
<authors>Microsoft</authors>
<owners>microsoft,directxtk</owners>
<summary>DirectXMesh geometry processing library</summary>
<description>This version is for Windows desktop applications using Visual Studio 2015 Update 3 or Visual Studio 2017 and supports Windows 7 / DirectX 11.
<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 February 7, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the April 26, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMesh/wiki/X_jpg.jpg</iconUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
6 changes: 3 additions & 3 deletions .nuget/directxmesh_desktop_win10.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<metadata minClientVersion="2.8.6">
<id>directxmesh_desktop_win10</id>
<version>0.0.0-SpecifyVersionOnCommandline</version>
<title>DirectXMesh Library (VS 2015/VS 2017 Win32 for Windows 10)</title>
<title>DirectXMesh Library (VS 2015/2017/2019 Win32 for Windows 10)</title>
<authors>Microsoft</authors>
<owners>microsoft,directxtk</owners>
<summary>DirectXMesh geometry processing library</summary>
<description>This version is for Windows desktop applications using Visual Studio 2015 Update 3 or Visual Studio 2017 and supports Windows 10 including both DirectX 11 and DirectX 12.
<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 February 7, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the April 26, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMesh/wiki/X_jpg.jpg</iconUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions .nuget/directxmesh_uwp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<authors>Microsoft</authors>
<owners>microsoft,directxtk</owners>
<summary>DirectXMesh geometry processing library</summary>
<description>This version is for Universal Windows Platform apps on Windows 10 using Visual Studio 2015 Update 3 or Visual Studio 2017.
<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 February 7, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the April 26, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMesh/wiki/X_jpg.jpg</iconUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
47 changes: 28 additions & 19 deletions ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ DIRECTX MESH LIBRARY (DirectXMesh)

Copyright (c) Microsoft Corporation. All rights reserved.

February 7, 2019
April 26, 2019

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.

This code is designed to build with Visual Studio 2015 Update 3 or Visual Studio 2017.
It is recommended that you make use of VS 2015 Update 3, Windows Tools 1.4.1, and the
Windows 10 Anniversary Update SDK (14393) -or- VS 2017 (15.9 update) with the
Windows 10 October 2018 Update SDK (17763).
This code is designed to build with Visual Studio 2015 Update 3, Visual Studio 2017,
or Visual Studio 2019. It is recommended that you make use of VS 2015 Update 3,
Windows Tools 1.4.1, and the Windows 10 Anniversary Update SDK (14393) -or-
VS 2017 (15.9 update) / VS 2019 with the Windows 10 October 2018 Update SDK (17763).

These components are designed to work without requiring any content from the DirectX SDK. For details,
see "Where is the DirectX SDK?" <http://msdn.microsoft.com/en-us/library/ee663275.aspx>.
These components are designed to work without requiring any content from the
legacy DirectX SDK. For details, see "Where is the DirectX SDK?"
<https://aka.ms/dxsdk>.

DirectXMesh\
This contains the DirectXMesh library.
Expand Down Expand Up @@ -55,26 +56,34 @@ https://opensource.microsoft.com/codeofconduct/
RELEASE NOTES
-------------

* The VS 2017 projects make use of /permissive- for improved C++ standard conformance. Use of a Windows 10 SDK prior to
the Fall Creators Update (16299) or an Xbox One XDK prior to June 2017 QFE 4 may result in failures due to problems
with the system headers. You can work around these by disabling this switch in the project files which is found
in the <ConformanceMode> elements. In some cases, you can add '/Zc:twoPhase-' to <AdditionalOptions> instead of
completely disabling conformance mode.
* The VS 2017/2019 projects make use of /permissive- for improved C++ standard
conformance. Use of a Windows 10 SDK prior to the Fall Creators Update (16299)
or an Xbox One XDK prior to June 2017 QFE 4 may result in failures due to
problems with the system headers. You can work around these by disabling this
switch in the project files which is found in the <ConformanceMode> elements.

* The VS 2017 projects require the 15.5 update or later. For UWP and Win32 classic desktop projects with the 15.5 -
15.7 updates, you need to install the standalone Windows 10 SDK (17763) which is otherwise included in the 15.8.6 or
later update. Older VS 2017 updates will fail to load the projects due to use of the <ConformanceMode> element.
If using the 15.5 or 15.6 updates, you will see "warning D9002: ignoring unknown option '/Zc:__cplusplus'" because
this switch isn't supported until 15.7. It is safe to ignore this warning, or you can edit the project files
<AdditionalOptions> elements.
* The VS 2017 projects require the 15.5 update or later. For UWP and Win32
classic desktop projects with the 15.5 - 15.7 updates, you need to install the
standalone Windows 10 SDK (17763) which is otherwise included in the 15.8.6 or
later update. Older VS 2017 updates will fail to load the projects due to use
of the <ConformanceMode> element. If using the 15.5 or 15.6 updates, you will
see "warning D9002: ignoring unknown option '/Zc:__cplusplus'" because this
switch isn't supported until 15.7. It is safe to ignore this warning, or you
can edit the project files <AdditionalOptions> elements.

* The UWP projects include configurations for the ARM64 platform. These require VS 2017 (15.9 update) to build.
* The UWP projects include configurations for the ARM64 platform. These require
VS 2017 (15.9 update) or VS 2019 to build.


---------------
RELEASE HISTORY
---------------

April 26, 2019
Added VS 2019 desktop projects
Officially dropped Windows Vista support
WaveFrontReader utility header updated for RMA texture in MTL

February 7, 2019
meshconvert: added -sdkmesh2 switch for PBR materials
WaveFrontReader utility header updated for some extended material textures
Expand Down

0 comments on commit 0867fa4

Please sign in to comment.