View Single Post
  #1  
Old 07-12-2017, 11:26 AM
performlabrit performlabrit is offline
Member
 
Join Date: Oct 2013
Posts: 77
Quad buffering not working after upgrade

I has been working for years, and after the upgrade was to Windows 10, no luck.

The setup involves a Quadro card for monitor 2 (the stereo display, and no others) and a radeon driving the desktop display (not stereo). This has worked in the past.

- The stereo display is at a resolution of 720p with a refresh of 120hz. This has worked in the past.

- 3D has been turned on for the stereo monitor in windows display settings.

- OpenGL and stereo have been turned on in the nVideo control panel.


The test program I'm using is pasted below.

Code:
import viz

global piazza
piazza = viz.add('piazza.osgb')
piazza.setScale([.15,.15,.15])
piazza.setPosition([0,0,-3])

viz.setOption('viz.stereo', viz.QUAD_BUFFER)
viz.window.setFullscreenMonitor(2)
viz.window.setFullscreen(True)

viz.go(viz.QUAD_BUFFER)
Any advice?
Reply With Quote