Skip to content

Commit

Permalink
November 1, 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Nov 2, 2017
1 parent 00a2e10 commit 2097f51
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ DIRECTX MESH LIBRARY (DirectXMesh)

Copyright (c) Microsoft Corporation. All rights reserved.

September 22, 2017
November 1, 2017

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.

The source is written for Visual Studio 2013, 2015, or 2017. It is recommended
that you make use of VS 2013 Update 5, VS 2015 Update 3, the latest VS 2017 update,
and Windows 7 Service Pack 1 or later.
This code is designed to build with Visual Studio 2013 Update 5, 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 with the Windows 10
Fall Creators Update SDK (16299).

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>.
Expand Down Expand Up @@ -64,6 +65,10 @@ RELEASE NOTES
RELEASE HISTORY
---------------

November 1, 2017
VS 2017 updated for Windows 10 Fall Creators Update SDK (16299)
Code reformat and cleanup

September 22, 2017
Updated for VS 2017 15.3 update /permissive- changes
meshconvert: added -flist option
Expand Down

0 comments on commit 2097f51

Please sign in to comment.