Skip to content

Commit b6b9810

Browse files
committed
Update HTKToMRTKPortingGuide.md
1 parent 41868a3 commit b6b9810

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Documentation/HTKToMRTKPortingGuide.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Related profiles:
2020

2121
Gaze Provider settings are modified on the Main Camera object in the scene.
2222

23-
Platform support components (e.g., Windows Mixed Reality Device Manager) must be added to the Mixed Reality Registered Services Profile.
23+
Platform support components (e.g., Windows Mixed Reality Device Manager) must be added to their corresponding service's data providers.
2424

2525
### Interface and event mappings
2626

@@ -49,24 +49,24 @@ Some events no longer have unique events and now contain a MixedRealityInputActi
4949
| | HTK 2017 | MRTK v2 |
5050
|---------------------------|----------|-----------|
5151
| Setup | Delete MainCamera, add MixedRealityCameraParent / MixedRealityCamera / HoloLensCamera prefab to scene **or** use Mixed Reality Toolkit > Configure > Apply Mixed Reality Scene Settings menu item. | MainCamera parented under MixedRealityPlayspace via Mixed Reality Toolkit > Add to Scene and Configure... |
52-
| Configuration | Camera settings configuration performed on prefab instance. | Camera settings configured in Mixed Reality Camera Profile. |
52+
| Configuration | Camera settings configuration performed on prefab instance. | Camera settings configured in the [Mixed Reality Camera Profile](xref:Microsoft.MixedReality.Toolkit.MixedRealityCameraProfile). |
5353

5454
## Speech
5555

5656
### Keyword Recognition
5757

5858
| | HTK 2017 | MRTK v2 |
5959
|---------------------------|----------|-----------|
60-
| Setup | Add a SpeechInputSource to your scene. | Keyword service (e.g., Windows Speech Input Manager) must be added to the Mixed Reality Registered Services Profile. |
61-
| Configuration | Recognized keywords are configured in the SpeechInputSource’s inspector. | Keywords are configured in the Mixed Reality Speech Commands Profile. |
62-
| Event handlers | `ISpeechHandler` | `IMixedRealitySpeechHandler` |
60+
| Setup | Add a SpeechInputSource to your scene. | Keyword service (e.g., Windows Speech Input Manager) must be added to the input system's data providers. |
61+
| Configuration | Recognized keywords are configured in the SpeechInputSource’s inspector. | Keywords are configured in the [Mixed Reality Speech Commands Profile](Input/Speech.md). |
62+
| Event handlers | `ISpeechHandler` | [`IMixedRealitySpeechHandler`](xref:Microsoft.MixedReality.Toolkit.Input.IMixedRealitySpeechHandler) |
6363

6464
### Dictation
6565

6666
| | HTK 2017 | MRTK v2 |
6767
|---------------------------|----------|-----------|
6868
| 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. |
69-
| Event handlers | `IDictationHandler` | `IMixedRealityDictationHandler` |
69+
| Event handlers | `IDictationHandler` | `IMixedRealityDictationHandler`[`IMixedRealitySpeechHandler`](xref:Microsoft.MixedReality.Toolkit.Input.IMixedRealitySpeechHandler) |
7070

7171
## Spatial Awareness / Mapping
7272

@@ -114,11 +114,11 @@ Some Utilities have been reconciled as duplicates with the Solver system. Please
114114

115115
| HTK 2017 | MRTK v2 |
116116
|----------|-----------|
117-
| Billboard.cs | RadialView.cs |
118-
| Tagalong.cs | RadialView.cs or Orbital.cs |
119-
| FixedAngularSize.cs | ConstantViewSize.cs |
120-
| FpsDisplay.cs | Diagnostics System (in Configuration Profile) |
121-
| NearFade.cs | Built-in to MixedRealityStandard.shader |
117+
| Billboard | [`RadialView`](xref:Microsoft.MixedReality.Toolkit.Utilities.Solvers.RadialView) |
118+
| Tagalong | [`RadialView`](xref:Microsoft.MixedReality.Toolkit.Utilities.Solvers.RadialView) or [`Orbital`](xref:Microsoft.MixedReality.Toolkit.Utilities.Solvers.Orbital) |
119+
| FixedAngularSize | [`ConstantViewSize`](xref:Microsoft.MixedReality.Toolkit.Utilities.Solvers.ConstantViewSize) |
120+
| FpsDisplay | [Diagnostics System](Diagnostics/DiagnosticsSystemGettingStarted.md) (in Configuration Profile) |
121+
| NearFade | Built-in to MixedRealityStandard.shader |
122122

123123
## UX
124124

0 commit comments

Comments
 (0)