Thread: HMD view warp
View Single Post
  #2  
Old 07-23-2015, 03:35 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Are you using an nvis command to configure the display output in Vizard or adding the nvis display through vizconnect? Try the following test script:

Code:
import viz
import nvis

viz.go(viz.FULLSCREEN)
nvis.nvisorSX()

gallery = viz.addChild('piazza.osgb')
Reply With Quote