Skip to content

Commit

Permalink
Adding more information about new components
Browse files Browse the repository at this point in the history
Adding more info to the 'what's new' section.
  • Loading branch information
NeerajW committed Jul 20, 2017
1 parent d4130e0 commit 3f13d57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -22,14 +22,19 @@ 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.
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.

Expand Down

0 comments on commit 3f13d57

Please sign in to comment.