View Single Post
  #1  
Old 01-15-2014, 12:44 PM
Ryan Ryan is offline
Member
 
Join Date: Mar 2013
Posts: 5
Using viz.starttimer to run 100 times per second

I need to have something run approximately 100 times per second, but using
viz.starttimer(0,0.01,viz.FOREVER) or viz.starttimer(0,0.001,viz.FOREVER) does not seem to work. I only seem to be able to have this run about 20 times per second, no matter how small I make the second parameter.

Is there another way?

Thanks
Reply With Quote