Skip to content

Commit 1c33d5a

Browse files
committed
Update HTKToMRTKPortingGuide.md
1 parent b6b9810 commit 1c33d5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/HTKToMRTKPortingGuide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Related profiles:
1818
* Mixed Reality Input Action Rules Profile
1919
* Mixed Reality Pointer Profile
2020

21-
Gaze Provider settings are modified on the Main Camera object in the scene.
21+
[Gaze Provider](xref:Microsoft.MixedReality.Toolkit.Input.GazeProvider) settings are modified on the Main Camera object in the scene.
2222

2323
Platform support components (e.g., Windows Mixed Reality Device Manager) must be added to their corresponding service's data providers.
2424

@@ -65,7 +65,7 @@ Some events no longer have unique events and now contain a MixedRealityInputActi
6565

6666
| | HTK 2017 | MRTK v2 |
6767
|---------------------------|----------|-----------|
68-
| Setup | Add a DictationInputManager to your scene. | Dictation support requires service (e.g., Windows Dictation Input Manager) to be added to the Mixed Reality Registered Services Profile. |
68+
| Setup | Add a DictationInputManager to your scene. | Dictation support requires service (e.g., Windows Dictation Input Manager) to be added to the Input System's data providers. |
6969
| Event handlers | `IDictationHandler` | `IMixedRealityDictationHandler`[`IMixedRealitySpeechHandler`](xref:Microsoft.MixedReality.Toolkit.Input.IMixedRealitySpeechHandler) |
7070

7171
## Spatial Awareness / Mapping
@@ -74,7 +74,7 @@ Some events no longer have unique events and now contain a MixedRealityInputActi
7474

7575
| | HTK 2017 | MRTK v2 |
7676
|---------------------------|----------|-----------|
77-
| Setup | Add the SpatialMapping prefab to the scene. | Enable the Spatial Awareness System in the Configuration Profile and add a spatial observer (e.g., Windows Mixed Reality Spatial Mesh Observer) to the Registered Services Profile. |
77+
| Setup | Add the SpatialMapping prefab to the scene. | Enable the Spatial Awareness System in the Configuration Profile and add a spatial observer (e.g., Windows Mixed Reality Spatial Mesh Observer) to the Spatial Awareness System's data providers. |
7878
| Configuration | Configure the scene instance in the inspector. | Configure the settings on each spatial observer's profile. |
7979

8080
### Planes
@@ -101,8 +101,8 @@ Some events no longer have unique events and now contain a MixedRealityInputActi
101101

102102
| | HTK 2017 | MRTK v2 |
103103
|---------------------------|----------|-----------|
104-
| Setup | Sharing service: Add Sharing prefab to the scene. UNet: Use SharingWithUNET example. | In-progress in GitHub feature branch (feature/mrtk_sharing) |
105-
| Configuration | Configure the scene instances in the inspector. | In-progress in GitHub feature branch (feature/mrtk_sharing) |
104+
| Setup | Sharing service: Add Sharing prefab to the scene. UNet: Use SharingWithUNET example. | In-progress |
105+
| Configuration | Configure the scene instances in the inspector. | In-progress |
106106

107107
## Solvers
108108

0 commit comments

Comments
 (0)