![]() |
#2
|
|||
|
|||
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? |
|
|