Locomotion

A virtual world can be infinitely large. In contrast, the physical space in which you can move is limited to a few square meters. As a result, it’s not possible to traverse the entire virtual world by walking. You would inevitably encounter the real boundaries.

That’s where “locomotion” comes in. It’s a way to move around in the virtual world while staying in the same physical position.

The most common method is teleporting. You point to a spot with a virtual ray and instantly move to the new position.

However, there are numerous other locomotion techniques. A rather extreme example was the Virtusphere. Users moved in the virtual space by walking inside a big “hamster ball”.

Prev
Open XR vs. Open VR vs. Unity XR
rendering of virtual reality glasses

Open XR vs. Open VR vs. Unity XR

What's the right API for building cross-platform VR apps?

Next
How to test private members in Unity
chameleon sitting on a branch

How to test private members in Unity

Test private serialized fields which can be changed in the editor