Call OsGettime() each cycle (returns milliseconds), and store last cycle's time, compare with current Osgettime to check if a new frame has to be rendered to get 60fps.The solution would be proper frame rate control but I don't really know how to handle that.














