Page 1 of 1

Framerate question

PostPosted: Apr 11, 2009 @ 11:39am
by Kak
Hi!

is it possible to have OnNextFrame called 300 times a second or only 1 time a second? (I mean not synched with the display, which seems the default behaviour)

TIA
Kak

PostPosted: Apr 15, 2009 @ 6:43pm
by edge
Hi,

You can adjust the maxfps setting in the OnFrameworkConfig callback of the framework. This setting can be adjusted later (during runtime) in ecd.maincfg->maxfps. This will have influence on how many times OnNextFrame is called.

To get the highest amount of fps possible on your device, set maxfps to 0 and smartfps to false.

PostPosted: Apr 18, 2009 @ 9:21am
by Kak