View Single Post
  #2  
Old 09-08-2006, 06:17 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

1) You can run a script in fullscreen by passing the viz.FULLSCREEN flag to viz.go(). Example:
Code:
import viz
viz.go(viz.FULLSCREEN)
...
I'm not sure what you mean by "without any 3D effect". Can you be more specific?

2) In Vizard 3.0 you can record the simulation to an AVI by pressing Ctrl+F12 to start the recording. And pressing it again to stop the recording. An AVI will be created in the directory of your script. Becareful using this feature, it will create an uncompressed AVI, so your hard drive will fill up very quickly.

If you are using Vizard 2.5 or earlier, then you can use a 3rd party application, such as Fraps (http://www.fraps.com/) or Taksi (http://taksi.sourceforge.net/).
Reply With Quote