Game Development Community

the fps is very low when the other window on the top of game window

by huhorler · in Torque 3D Beginner · 10/10/2016 (3:01 am) · 1 replies

the fps is very low when the other window on the top of game window

#1
10/15/2016 (7:37 pm)
I know that Torque2D uses a preference variable : $Pref::backgroundSleepTime

By default set to 200, it means that when focus isn't on the game window, processing occurs every 200 ticks. Setting it to a value of 0 makes the game run at full speed even when under other windows, etc. Pretty sure T3D uses a similar (if not the exact same) feature.