Nick Whitelegg
Nick Whitelegg
... Mac or iPhone (i.e. device with Safari)
@DavidGonzalezGutierrez sounds like it's related to #278 , does that sound right? If so, if you look at that issue, there's a site to test whether it should, in theory,...
@DavidGonzalezGutierrez ok thanks. Yes it would be good to see your code.
@DavidGonzalezGutierrez @fermarci sorry for the late reply on this. This sort of behaviour normally occurs on Firefox, not Chrome, as Firefox cannot recognise north. Try out the pure three.js location...
@fermarci There were one or two bugs with the location based example, these are fixed in #409 so just waiting to merge.
Merged now, see the latest commit on `dev`. In particular see the revised example: https://github.com/AR-js-org/AR.js/blob/dev/three.js/examples/location-based/index.js
@fermarci great! Could you submit a PR with your changes?
Hi, does this work for you? https://hikar.org/webapp/ex1.html That definitely handles click events for me, and is using A-Frame 1.0.4. Note how you have to add the `raycaster` property to your...
Hi @lemoun you would need another type of camera, something other than the perspective camera (based on THREE.PerspectiveCamera) which A-Frame uses by default. The perspective camera is responsible for making...
@lemoun ok thanks for that - will try and add if I have a moment (might be a little while though, as am quite busy in the immediate future). Alternatively...