#1
|
|||
|
|||
How to pause the Vizard simulation?
Hi guys,
I have a simple problem: I just want the whole Vizard simulation to pause for a few seconds, and afterwards continue from where it stopped right before. During that pause, no navigation through the simulation must be allowed (that is, MainView mustn't change). So I tried: Code:
import time time.sleep( several seconds ) Of course this is not what I wanted, so I tried it another way: Code:
viz.mouse( viz.OFF ) yield viztask.waitTime( several seconds ) viz.mouse( viz.ON ) Now I wonder if there is any passably simple solution for this problem? |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Realistic Light and Shadows Using Vizard and 3DS Max | jde | Vizard | 4 | 07-13-2012 11:58 AM |
.3DS importing in Vizard and 3D Studio | jde | Vizard | 1 | 08-28-2009 04:14 PM |
Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 12:13 PM |
Vizard tech tip: Text to Speech | Jeff | Vizard | 1 | 01-15-2009 10:39 PM |
Vizard won't run | wouters | Vizard | 5 | 02-05-2008 12:12 PM |