How to convert full screen mobile VR to split screen for use with google daydream or oculusrift?

I am now seeing full screen VR in my mobile browser. I want to convert to 2 split screens so I can use it with google dream or any other VR headset.

+3


source to share


2 answers


You need to enable WebVR support in Chrome on Android by selecting chrome://flags#enable-webvr

. Then you should see a "View in VR" button in your application that activates the stereoscopic view.

view in vr button



If you have an Oculus + Caramel headset or a Samsung GearVR headset + compatible phone then stereoscopic 3d should work out of the box and the button should always be visible. https://facebook.github.io/react-vr/docs/vrbrowsers.html

+3


source


For your app to work with DayDream or Oculus, you need to import their SDK. If you are building an app with Unity, download the GoogleVR package, go to the player settings and check the Virtual Reality checkbox in other settings. After choosing VR, you will find options like DayDream / Oculus, etc. Select the platform you want to build for. This should work.



0


source







All Articles