From 5e89ad2763f49ebb6670778e2a3332e270693895 Mon Sep 17 00:00:00 2001 From: walbourn_cp Date: Tue, 28 Oct 2014 15:14:20 -0700 Subject: [PATCH] October 28, 2014 release --- Readme.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Readme.txt b/Readme.txt index 758acc284..e7d35c11a 100644 --- a/Readme.txt +++ b/Readme.txt @@ -4,7 +4,7 @@ DirectXTK - the DirectX Tool Kit Copyright (c) Microsoft Corporation. All rights reserved. -September 5, 2014 +October 28, 2014 This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 11 C++ code for Windows Store apps, Windows phone 8.x applications, @@ -1445,6 +1445,12 @@ Further reading: RELEASE HISTORY --------------- +October 28, 2014 + Model support for loading from VBO files + Model render now sets samplers on slots 0,1 by default for dual-texture effects + Updates for Xbox One platform support + Minor code cleanup + September 5, 2014 GamePad class: gamepad controller helper using XInput on Windows, IGamepad for Xbox One SimpleMath updates; Matrix billboard methods; breaking change: Matrix::Identity() -> Matrix::Identity