View Single Post
  #4  
Old 08-06-2015, 02:30 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
1. Try changing the size in the following line of the PyQt example script to match your screen resolution:

Code:
self.resize(800,600)
2. Take a look a the oculusExample.py script included with Vizard. That uses a GUI canvas to place GUIs in the world at a fixed distance from the viewpoint.
Reply With Quote