You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/MixedRealityToolkit.Extensions/HandPhysicsService/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
The hand physics service enables rigid body collision events and interactions with articulated hands.
4
4
5
5
## Getting started with hand physics extension service
6
+
6
7
Add the hand physics service to the list of extension services and use the default profile.
7
8
8
9
Once enabled, use any collider's IsTrigger property to receive collision events from all 10 digits (and palms if they're enabled).
@@ -11,7 +12,7 @@ Once enabled, use any collider's IsTrigger property to receive collision events
11
12
12
13
- Enabled the extension service
13
14
- Assign an appropriate prefab to the finger/palm joint.
14
-
15
+
15
16
## Recommendations
16
17
17
-
While the service defaults to the "default" layer, it is recommended to use a separate layer for HandPhysics objects. Otherwise there may be unwanted collisions and/or inaccurate raycasts.
18
+
While the service defaults to the "default" layer, it is recommended to use a separate layer for HandPhysics objects. Otherwise there may be unwanted collisions and/or inaccurate raycasts.
Copy file name to clipboardExpand all lines: Documentation/GettingStartedWithTheMRTK.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,18 +155,18 @@ The in-editor input simulation allows you to test virtual object behavior given
155
155
156
156
How to move around in the scene:
157
157
158
-
- Use **W/A/S/D** keys to move the camera forward/left/back/right.
159
-
- Use **Q/E** to move the camera vertically.
160
-
- Press and hold the **right mouse button** to rotate the camera.
158
+
* Use **W/A/S/D** keys to move the camera forward/left/back/right.
159
+
* Use **Q/E** to move the camera vertically.
160
+
* Press and hold the **right mouse button** to rotate the camera.
161
161
162
162
How to simulate hand input:
163
163
164
-
- Press and hold the **spacebar** to enable the right hand.
165
-
- While holding the space bar, move your mouse to move the hand.
166
-
- Use the mouse **scroll wheel** to adjust the depth of the hand.
167
-
- Click the **left mouse button** to simulate pinch gesture.
168
-
- Use **T/Y** keys to make the hand persistent in the view.
169
-
- Hold **CTRL** key and move the mouse to rotate the hand.
164
+
* Press and hold the **spacebar** to enable the right hand.
165
+
* While holding the space bar, move your mouse to move the hand.
166
+
* Use the mouse **scroll wheel** to adjust the depth of the hand.
167
+
* Click the **left mouse button** to simulate pinch gesture.
168
+
* Use **T/Y** keys to make the hand persistent in the view.
169
+
* Hold **CTRL** key and move the mouse to rotate the hand.
170
170
171
171
Have fun exploring the scene! You can learn more about the UI controls [in the hand interaction examples guide](README_HandInteractionExamples.md). Also, read through [input simulation docs](InputSimulation/InputSimulationService.md) to learn more about in-editor hand input simulation in MRTK.
0 commit comments