From 3f13d578418027a56d54b01c5e2a43398da233a0 Mon Sep 17 00:00:00 2001 From: Neeraj Wadhwa Date: Thu, 20 Jul 2017 14:28:13 -0700 Subject: [PATCH] Adding more information about new components Adding more info to the 'what's new' section. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 481e9a81728..6b5fc75d7d3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ The HoloToolkit is a collection of scripts and components intended to accelerate 2. You can use this branch with Windows Creators Update builds on your PC and deploy it to Windows Anniversary Update HoloLens flight. 3. Windows Creators Update flights don’t ship on HoloLens. -## What's new? +## What's new for Immersive headsets in this branch? + **GamepadInput** supports the Xbox controller and maps it to the input manager events. You can use the Xbox controller A to tap. Press A and hold to do hold started, canceled and completed. @@ -30,6 +31,10 @@ Press A and left joystick to trigger the navigation events. Press the Y button to teleport in your world. Press the B button to return back to your original location. +**Motion Controller** support that renders a prefab where you have the Crytal Key motion controller in your hand. Refer to [MotionControllerTest.unity](https://github.com/Microsoft/HoloToolkit-Unity/blob/RS2_WindowsMixedReality/Assets/HoloToolkit/Input/Tests/Scenes/MotionControllerTest.unity) scene for how to use the scripts. + +**Teleport** capability with new prefabs like [MixedRealityCameraParent.prefab](https://github.com/Microsoft/HoloToolkit-Unity/blob/RS2_WindowsMixedReality/Assets/HoloToolkit/Input/Tests/Scenes/MotionControllerTest.unity) that help you [teleport](https://github.com/Microsoft/HoloToolkit-Unity/blob/RS2_WindowsMixedReality/Assets/HoloToolkit/Input/Tests/Scenes/MotionControllerTest.unity) to different locations in your app using the gamepad. + **Stage** folder has the scripts that support the StageRoot component that helps define the 0,0,0 for your immersive applications. Prefabs help to draw the floor for immersive headsets and also renders the stage bounds if you wish to display those in your application.