Game Development Community

Capping framerate

by Mathieu · in Torque Game Engine · 07/19/2007 (12:48 am) · 2 replies

I would like to set a maximum framerate for our game in order to reduce resource consumption.
Is there a way to do it?

If you have other ideas to lower the resources used by TGE (to use less hardware power) feel free to post them in this thread.

#1
07/19/2007 (12:50 am)
Not exactly what you're after but vertical sync caps the framerate to your monitors refresh rate.
#2
07/19/2007 (2:00 pm)
This is a nice trick, not perfect but it'll done the work. Thanks Tim.