Set frame rate

hi all

i do my jme3 android app and i set framerate and frequncy calling

[java]AppSettings settings = new AppSettings(true);

settings.setFrameRate(20);

settings.setFrequency(20);

setSettings(settings);[/java]



but my app is still going on 59/60 rate

maybe 20 is too low for my galaxy?

You probably have vsync enabled when it goes for 60 fps

how to disable it?

Im afraid this settings are not “honored” in OGLESContext.

This needs to be added.



Can you tell me the difference between framerate and frequency ?

Which one should i bind the framerate to ?

Those settings are probably ignored by the android renderer right now

Frequency is the monitor refresh rate, so its probably not relevant for android.

r not totally ignored because the fps is reduced but not for all the app life time.If i do intensive touch screen movements fps increase passing my limit