c-frame / aframe-extras

Add-ons and helpers for A-Frame VR.

Home Page:https://c-frame.github.io/aframe-extras/examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[gamepad-controls] moving forwards in wrong direction

vincentfretin opened this issue · comments

I discovered it while testing AdaRoseCannon/aframe-xr-boilerplate#7
If I rotate the camera with right joystick, then move forwards with left joystick, it doesn't go in the correct direction.
I have only the issue in the glitch remix. I don't have the issue on my other project. Probably related to getting the camera entity.

This is an issue in some code in main.js in the aframe-xr-boilerplate glitch because when I comment the file, I don't have the issue. So this is not an issue in movement-controls. Getting the camera entity is working properly, I verified.