difference between Touch screen and Cardboard button
See original GitHub issueHey there 😃
I would like to create vr in aframe and desktec v5. The idea is to use the button of the glasses to move forward.
I was starting out with the minimal example:
<a-entity id="rig" movement-controls position="25 0 25"> <a-entity camera position="0 1.6 0" look-controls="pointerLockEnabled: true"></a-entity> </a-entity>
This is working on PC with WASD and with ouch on iphone aswell. When using vr-mode, i am able to move by touching the screen of the iphone. But when butting the camera into the holder, the button of the desktec is not recognized. (it is working in the minimal example of google cardboard)
My question is: What is the difference between Touch screen and Cardboard button? I tought this is the same. How could i use the cradboard-button to move forward?
Greetings, Chris
Issue Analytics
- State:
- Created 10 months ago
- Comments:10 (1 by maintainers)
I created the #386 PR and merged it. Please now use the new build https://cdn.jsdelivr.net/gh/n5ro/aframe-extras@258d575/dist/aframe-extras.min.js
You are amazing Vincet! It is working on Iphone 7 with iOS 15.7.1 in Safari 😃