Game Development Community

how to see Frame rate as a hud?

by Ahsan Muzaheed · in Torque 3D Beginner · 06/18/2011 (3:53 am) · 2 replies

is there any way to see frame rate as a hud when i press F11?
if possible than also other related values?

About the author

Torque 3D enthusiastic since 2010.Have been working in several T3D projects besides of Unreal Engine 4 and Unity 3D. NEED a hand with your project? SHoot me a mail. http://www.garagegames.com/community/forums /viewthread/138437/


#1
06/18/2011 (5:54 am)
There's a tutorial on making a frame-rate HUD object in the documentation.

And of course you could always just drop the console and type:
metrics(fps);
though this gets cleared everytime you switch between editors and world.

Use find-in-files for the other metric options.
#2
06/18/2011 (11:54 am)
got it