Jump to content

Oculus Rift full screen


Gwir
 Share

Recommended Posts

Hi, 

i have a webVrFreeCamera that correctly follows Oculus tracking and orientation, i can't get video output on Oculus.

The demos on MozVR are written in THREE.js and they have a button that enables vr mode. They works fine.

How can i get the same behaviour in Babylon.js?

Link to comment
Share on other sites

16 hours ago, RaananW said:

Hi Gwir!

Three.JS has it? So do we! :)

The WebVRFreeCamera has a function called requestVRFullscreen . call this function and the screen will open full screen in your wonderful Oculus rift.

 

Already tried that, no result.

I can see the scene for a sec, then the oculus turns black again.

Link to comment
Share on other sites

SOLVED.

Apparently CastorGUI has some problem with my configuration (DK2 v0.8 and firefox nightly), removing all CastorGUI code components

and calling requestVRFullscreen() solved the problem.

Thank you.

 

Link to comment
Share on other sites

The reason that the CastorGui extension won't allow full screen is that it is based in HTML and not WebGL natively. I use a combination of bGUI and CastorGUI - bGUI for the ability to scale your scene and GUI to the device's native resolution, and CastorGUI for any HTML objects such as floating windows and functions within them. They are both great extensions, but you need to remove any buttons in CastorGUI and either build them yourself, or use bGUI for your WebGL buttons. If you do need any HTML GUI objects, then this wil work as long as the main GUI is based in WebGL. I need both, so I use both, and am able to go full screen on any device - which is the real beauty of WebGL.

If you look at the bGUI code, it does a fantastic job of setting up your scene to fit to any device and any browser. And CastorGUI handles everything bGUI doesn't.

DB

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...