vasturiano/3d-force-graph-vr

Movement doesn't work on Oculus

Closed this issue · 1 comments

Hello,

I believe this was reported and fixed before but just an FYI: the movement controls do not work on the Oculus for my graph. It works for the examples though! See my github rep here: https://github.com/malani-art/April2022_FC

Is there an issue with my project?

Best regards,

Figured it out. Had to add:

<a-entity id="rig"
      movement-controls
      position="25 0 25">
  <a-entity camera
            position="0 1.6 0"
            look-controls></a-entity>
</a-entity>