View Single Post
  #6  
Old 02-22-2011, 11:03 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Are you running under Windows Vista or 7? There is an issue with some OpenGL drivers under Vista and above where fullscreen mode causes issues like the one you are describing.

Try adding the following line before you call viz.go():
Code:
viz.setOption('viz.display.swap_copy',1)
viz.go()
Reply With Quote