crcdng / aframe-cardboard-demo

An implementation of the Google Cardboard demo app with A-Frame.
MIT License
3 stars 0 forks source link

Input gaze mechanism does not work reliably #2

Open crcdng opened 8 years ago

crcdng commented 8 years ago

Since currently there is no way yet use the magnetic input in Web VR on the Cardboard V1, an option would be to use the "fuse" feature, i.e. to simulate a "click" when you look at an object for a certain time. The default <a-camera> cursor and the default cursor component have this feature it switched off.

crcdng commented 8 years ago

The fuse attribute <a-camera position="0 1.8 0" cursor="fuse: true; maxDistance: 100; timeout: 500"></a-camera> works unreliable on Chrome. More investigation needed.