View Single Post
  #1  
Old 03-20-2013, 07:15 PM
dcnieho dcnieho is offline
Member
 
Join Date: Feb 2011
Posts: 59
glViewport-like operation on mainwindow/mainview

Dear all,

We have a graphics card that does not support spanning over two screens, but supports spanning over three monitors. So simple setup of our HMD is a bit of an issue.

I think we have the following choices to solve this issue:
(1) monoscopic rendering,
(2) side-by-side mode of the zSight HMD leading to half the horizontal resolution,
(3) borrowing a dual head 2go box with the disadvantage that wireless use of the HMD (a sensics zSight) is not possible or
(4) span over three screens and adjust the viewport so that it is rendering only on the two HMD screens.

In my opinion the last solution is the best one for now.

I have searched the Vizard API, but don't see anything that allows me to set the viewport akin a glViewport call, how do I do this?

Thank you!
Dee
Reply With Quote