View Single Post
  #12  
Old 09-12-2018, 03:24 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Quote:
Btw., is there a Vizard command to get the current system time? Or do you have to rely on python's 'time' library?
For the system time, you would need to use the Python library. Vizard provides the viz.tick command which returns the time elapsed from when the script was started.

Quote:
But then the minimum time interval you can wait in the Vizard is bound to the refresh rate, correct? Unless you are using the director function, of course (which spawns another thread, iirc).
If you're yielding for a Vizard action or event then it's bound to the refresh rate. What is it that you want to wait for and get a timestamp of?
Reply With Quote