Skip to content

Implemented Hand Redirection Techniques

Hannah edited this page May 5, 2021 · 2 revisions

Which Redirection Techniques exist?

There are three main conceptual approaches:

  1. 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
  2. World Warping - Remapping a virtual object by rotating the virtual world around the user’s head
  3. Distortions of the complete virtual space or parts of it (3D Interpolation)- A discrepancy between the real and virtual hand movement

How to select a Redirection Technique in the toolkit?

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

Create a new Redirection Technique?

There is a Tutorial that explains every step.