I'm curious about FPS on device using FastDirector. It never comes more than 60, no matter what on screen, while using simulator it can be 90-100. Is it because iphone cant handle more than 60 fps, or reason in something else?
Fast Director FPS
(6 posts) (5 voices)-
Posted 2 years ago #
-
The bottleneck is the hardware. No more than 60fps possible, as far as I know.
Posted 2 years ago # -
So on device FastDirector actually works like normal director with animation interval 1/60, but works faster, right?
And what about 3GS, is it still max 60 fps possible, anyone knows?Posted 2 years ago # -
yeah, 3Gs using fast director is still 60 fps.
Posted 2 years ago # -
FastDirector really is faster, it runs at the same interval - true. But, it doesn't wait for the vsync initialize or something like that so it gives you more performance...
And iPhone max FPS is set to 60 so no more, and the simi doesn't have this limit.Posted 2 years ago # -
Does using useFastDirector makes your scheduled timers run faster?
Like if you make [self schedule selector interval 1/30]What is main loop anyway? Couldn't find anywhere how it's set up
Posted 2 years ago #
Reply
You must log in to post.