Skip to content

Commit

Permalink
October 27, 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 27, 2016
1 parent 3fa7226 commit 3d67021
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DirectXMesh/DirectXMeshVBReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

using namespace DirectX::PackedVector;

#pragma warning(disable : 4351)

namespace DirectX
{

Expand Down
2 changes: 2 additions & 0 deletions DirectXMesh/DirectXMeshVBWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

using namespace DirectX::PackedVector;

#pragma warning(disable : 4351)

namespace DirectX
{

Expand Down
6 changes: 5 additions & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DIRECTX MESH LIBRARY (DirectXMesh)

Copyright (c) Microsoft Corporation. All rights reserved.

September 14, 2016
October 27, 2016

This package contains DirectXMesh, a shared source library for performing various geometry
content processing operations including generating normals and tangent frames, triangle
Expand Down Expand Up @@ -53,6 +53,10 @@ https://opensource.microsoft.com/codeofconduct/
RELEASE HISTORY
---------------

October 27, 2016
x2bias optional parameter for VB reader/writer
Code cleanup

September 14, 2016
meshconvert: added wildcard support for input filename and optional -r switch for recursive search
Code cleanup
Expand Down

0 comments on commit 3d67021

Please sign in to comment.