From f1bbc0bf091fa19310c246a31dd8bf3e42eb19f5 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Mon, 18 Jul 2016 15:06:54 -0700 Subject: [PATCH] July 18, 2016 --- Readme.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Readme.txt b/Readme.txt index dbf0348fa..246faf2f4 100644 --- a/Readme.txt +++ b/Readme.txt @@ -4,7 +4,7 @@ DirectXTK - the DirectX Tool Kit for DirectX 11 Copyright (c) Microsoft Corporation. All rights reserved. -June 30, 2016 +July 18, 2016 This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 11 C++ code for Universal Windows Platform (UWP) apps for Windows 10, @@ -79,6 +79,13 @@ https://opensource.microsoft.com/codeofconduct/ RELEASE HISTORY --------------- +July 18, 2016 + NormalMapEffect for normal-map with optional specular map rendering + EnvironmentMapEffect now supports per-pixel lighting + Effects updated with SetMatrices and SetColorAndAlpha methods + SimpleMath: improved interop with DirectXMath constants + Minor code cleanup + June 30, 2016 MeasureDrawString added to SpriteFont; bad fix to MeasureString reverted GamePad tracker updated to track emulated buttons (i.e. leftStickUp)