View Single Post
  #4  
Old 03-13-2017, 03:13 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Add the following lines of code in either the postInit section of your vizconnect file or in your application script:

Code:
hmd = steamvr.getExtension().getHMDList()[0]
hmd.setMonoMirror(viz.ON)
Reply With Quote