FPS manipulate??

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
J.sean
Posts: 21
Joined: Tue Sep 08, 2009 6:51 pm
Location: Korea

FPS manipulate??

Post by J.sean »

hi everyone.

I'm studying irrlicht engine lately..

and I'm not sure but I got this idea that I can't control FPS.. Irrlicht always try to make the fastest result.

for example.. in DARK GDK, I was able to control FPS. if I set it to 30, the engine will fix the FPS to 30.

is there any function or something like that in Irrlicht?

thanks.
Alpha Omega
Posts: 288
Joined: Wed Oct 29, 2008 12:07 pm

Post by Alpha Omega »

Why are you trying to cap the FPS? If you are planning to run the game dependent on frame rate that is not the preferred method of choice. It is better to keep everything time dependent. Can you explain what exactly you are trying to do by capping the frame rate?
Bear_130278
Posts: 237
Joined: Mon Jan 16, 2006 1:18 pm
Location: Odessa,Russian Federation

Post by Bear_130278 »

There is a way 8)))
When you a running fullscreen uoy can set the flag of VSync to true, so you'll get FPS fixed to the refresh rate of your monitor.... 60-75 ect
Do you like VODKA???
Image
Image
J.sean
Posts: 21
Joined: Tue Sep 08, 2009 6:51 pm
Location: Korea

Post by J.sean »

oh... thanks for replying guys..

and.. well... I'm not planning to run the game dependent on frame rate..

it's just ..... my curiosity. haha.

maybe it's because I studied Dark GDK first and saw that function on it... and got curious if irrlicht engine has that kind of function.. haha

is irrlicht has that kind of function?




oh.. something came to my mind... like.. what if I make a simple 2D puzzle game? isn't it too fast to set fps 60 or higher for such a game? I would like to set fps less than 10 in such a case.. ^^
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

Why do you care about the FPS?
Just code and code and code and if your game doesn't run smooth anymore optimize and optimize and if the game runs smooth again code and code and ...

Just ignore the FPS. It is just a meaningless number
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
J.sean
Posts: 21
Joined: Tue Sep 08, 2009 6:51 pm
Location: Korea

Post by J.sean »

well.. I don't know..

just once I want to know, I have to know.. haha

it's killing me.. haha ..
well.. I guess irrlicht has no such a function wether or not it's not important.. hmmm..
Post Reply