aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.69k stars 3.98k forks source link

Keep Movement Controls (WASD or Controller or Touch) in headset #3702

Closed TheBiggestNumber closed 6 years ago

TheBiggestNumber commented 6 years ago

Hi,

WASD, Controller and Touch Movement Controls get disabled when entering VR headset mode.

Is there a way to keep these movement controls active in the headset?

Thanks!

dmarcos commented 6 years ago

This is intentional behavior. WASD based locomotion in VR is motion sickness inducing. I recommend other mechanisms like teleport. This is also a question better suited for StackOverflow. We use Github for bugs and feature requests.

donmccurdy commented 6 years ago

For future readers:

See aframe-extras and https://github.com/donmccurdy/aframe-extras/blob/master/src/controls/README.md - you’ll need to have an entity (“camera rig”) wrapping the camera. This also applies for things like teleportation.