Jump to content

Recommended Posts

Posted

Hi,

 

Just installed the 1.5 beta as I'm trying to get it work with my diy rift wit my Note 3 and Google Cardboard. After switching to the stereoscopic view it loads in 3d with side by side screen but it is very squeezed to the right side of the window and about 3cm wide...the most of the display shows the freezed loading screen.

 

Screenshot will follow.

 

Regards

  • 2 weeks later...
Posted

Try the following config:

 

_ = function(p) return p; end;

name = _('Stereo');

Description = 'Stereo render two viewports for left and right eye respectivelly'

Viewports =

{

Left =

{

x = 0;

y = 0;

width = 1920 * 0.85;

height = screen.height;

viewDx = -0.005;

viewDy = 0;

aspect = screen.aspect;

eye_shift = -0.005;

},

 

Right =

{

x = 960;

y = 0;

width = 1920 * 0.85;

height = screen.height;

viewDx = 0.005;

viewDy = 0;

aspect = screen.aspect;

eye_shift = 0.005;

}

 

}

 

 

You may tweak the eye seperation and convergence to your likes.

This is only a workaround I am using until the stereo setup in 1.5 is fixed and the values do what they should do. :)

 

Again, thank you ED for this wonderfull beta and have a nice weekend!

  • Recently Browsing   0 members

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