fps

Blitz3D Forums/Blitz3D Programming/fps

David819(Posted 2004) [#1]
Hi, on the project i am working on, i have got a good fps of 60 on it but was wandering how i can get the fps to be higher than that.


SabataRH(Posted 2004) [#2]
Flip (false)


David819(Posted 2004) [#3]
thanks, can you explain why that happens when i put flip to false though?


Dreamora(Posted 2004) [#4]
Flip true means that the program is waiting until the screen sync has be done which means that the max FPS = max screen refresh.


David819(Posted 2004) [#5]
ok thanks for the help :).


Warren(Posted 2004) [#6]
http://www.blitzbasic.com/b3ddocs/command.php?name=flip&ref=goto