-
Notifications
You must be signed in to change notification settings - Fork 4
Implemented Hand Redirection Techniques
Hannah edited this page May 5, 2021
·
2 revisions
There are three main conceptual approaches:
- Body Warping - Manipulating the virtual hand movement by creating an offset between the virtual and the physical hand, such that both hands touch an object in their corresponding environments
- World Warping - Remapping a virtual object by rotating the virtual world around the user’s head
- Distortions of the complete virtual space or parts of it (3D Interpolation)- A discrepancy between the real and virtual hand movement
We created a prefab for every Redirection Technique. They can be found at Prefabs -> Redirection Techniques. Simply drag and drop one prefab into the hierarchy. Now you can select it as:
- Default Redirection Technique: Now you can select it as Redirection Technique in the Redirection Manager
- Only for one specific Redirected Prefab: Select it as Redirection Technique on the specific Redirected Prefab
There is a Tutorial that explains every step.