View Single Post
  #2  
Old 07-19-2010, 03:37 PM
masaki masaki is offline
Member
 
Join Date: Jan 2008
Posts: 63
Hi,

Can you try the following code and see if you get 120fps?

Code:
import viz
viz.setOption( 'viz.max_frame_rate', '120' )
viz.vsync(viz.OFF)
viz.go()
Best,
Masaki
Reply With Quote