Open anthonyrowe opened 3 years ago
This seems related too: https://github.com/conix-center/ARENA-core/issues/176
(mostly) addressed with #336
The left thumb stick will teleport (FORWARD) and turn (LEFT/RIGHT)
Currently we do NOT have functionality bound, or publish clientEvents related to input of any other VR controller buttons. Given the variation of controller buttons however, this may not be an fixable issue and may even be too spammy, since "clicks" with a controller will already produce not-device-specific mouse up/down click clientEvents
What may be worth considering is the visual representation of the controller. currently we are using a static vive controller model which
We should add nav in VR for platforms like quest. Maybe the WASD keys already map? Could also do teleporting like here: https://github.com/fernandojsg/aframe-teleport-controls