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)
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.
Powerful and affordable C++ middleware solution covering true multi-platform 2D, 3D and network features for Apple iPhone, Windows Mobile, Symbian S60, UIQ, Linux and Windows desktop.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum