View Single Post
  #16  
Old 09-06-2005, 12:09 PM
tobin tobin is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 251
Yes, there is the viz.displaymode() command, which must PRECEDE your viz.go() command. You probably want something like this:

viz.displaymode(2560,1024)
viz.go(viz.FULLSCREEN)

Hope that helps!
Reply With Quote