pchen66 / panolens.js

Javascript panorama viewer based on Three.js
https://pchen66.github.io/Panolens/
MIT License
2.79k stars 497 forks source link

Oculus Go and panolens. Good match? #147

Closed donblaauw closed 3 years ago

donblaauw commented 6 years ago

It seems the oculus Go browser doesn't like my version of panolens. The gyro didn't pick up the VR mode. Does Anyone experience the same?

donblaauw commented 6 years ago

This could be a little problem.. I saw VR makers doing it with A-Frame.. Is he Panolens dev group fast enough to keep up the pace?

crzdg commented 6 years ago

We are also facing a project to use Oculus Go and panolens. Following question popped up while discussing the use of it. How are we able to get a full VR experience on the glasses. We found some projects using WebVR and ThreeJS, inspecting the panolens project it should be possible to implementit with the WebVR.js. Also some users stated the use of a more capable browser than the Go Browser, like Firefox Reality. We're updating as soon we get some results, but it would be very helpful if a developer or user could make a statement towards it.

Thanks in advance,

Reto

donblaauw commented 6 years ago

any results or completing switched to another framework? (a-frame? I saw it working there)

crzdg commented 6 years ago

No results here! Project is actual given external as we can't do it with panolens. Didn't consider A-Frame as we don't have time to learn an new Framework.

sonic40 commented 5 years ago

It seems the oculus Go browser doesn't like my version of panolens. The gyro didn't pick up the VR mode. Does Anyone experience the same?

For testing your gyro sensor on Oculus Go browser you can using test it by opening this :

https://threejs.org/examples/misc_controls_deviceorientation.html

This is the basic test for panolens, because panolens need "three.js" for working with WebGL render, including it gyro sensor.

If your Oculus Go browser didn't give any respon on that, it meaning Oculus Go broswer not compatible with panolens.

Cheers, sonic40

donblaauw commented 5 years ago

Well. If Aframe has it working, which has the same base on Three.js and WebGL as Panolens, it should be possible..

donblaauw commented 3 years ago

How did this issue end? Is it possible by now?