Game Development Community

How can i show FPS (frame per second) in Torque 3d 3.0?

by Ali Najafi · in Torque 3D Beginner · 08/31/2013 (1:22 am) · 6 replies

Hello all,

Just would like to know that how I can show FPS (frame per second) on Torque with Console commands or Script one? any simple way?

Thanks for answers.

About the author

You can see my Info Here, shylon.cgsociety.org Working with Blender and other free software and I want to learn Torque.


#1
08/31/2013 (2:35 am)
on console: metrics(fps)
#2
08/31/2013 (3:06 am)
Thanks Duion.
#3
08/31/2013 (9:03 am)
you may want to know polycount and drawcalls also this goes with: metrics(gfx)
#4
08/31/2013 (11:55 pm)
Thank you Duion, useful info.
#5
09/01/2013 (1:42 pm)
@Ali, this may help:-
docs.garagegames.com/torque-3d/official/content/documentation/GUI%20Editor/Tutor...

Its found in the documentation, GUI Editor, Tutorials, Simple HUD.

Theres a mine of information in there :-)
#6
09/02/2013 (9:17 am)
I saw this link, but I was looking for a simple console one or a simple script to show the FPS.

Thanks:)