GLBasic forum

Main forum => GLBasic - en => Topic started by: kaotiklabs on 2009-Oct-21

Title: Frameskiping
Post by: kaotiklabs on 2009-Oct-21
Hi mates,

Has glbasic implemented some kind of frameskiping by default?
If not, how could I implement it?

Thans in advance.
Title: Re: Frameskiping
Post by: Moru on 2009-Oct-21
Frame skipping you have to implement yourself, there are a number of posts about it in the forum.

http://www.glbasic.com/forum/index.php?topic=3384.0

Mostly we are not frameskipping, we are doing a movement relative to the framerate or similar. lower framerate, object moves further for each frame.
Title: Re: Frameskiping
Post by: kaotiklabs on 2009-Oct-21
Thanks Moru.

My application hasn´t got a regular framerate and I need some way to adjust it.
This should do the trick. Thanks a lot.