View Single Post
  #2  
Old 06-17-2004, 01:26 PM
JRichizzle JRichizzle is offline
Member
 
Join Date: Mar 2003
Location: Houston, TX
Posts: 43
viz.framerate()

Hi again,

I've tried saving the framerate during the motion simulations to track the framerate over time and then save that data to a file. I have not been successful in even storing the framerate data in a matrix:

e.g.,
F = viz.framerate()
F = str(viz.framerate())
F = F + [str(viz.framerate())]
etc...

I get a bunch of "None"s for framerate.

Is there a way to save the framerate data? Or convert the framerate data into a format that is able to be saved?
Reply With Quote