Game Development Community

Is there a list of commands for scene metrics?

by Jacob S. · in Torque 3D Professional · 10/14/2010 (11:10 am) · 1 replies

Is there a list of commands for scene metrics?

Such as number of polys on screen, objects taking up the most memory, number of objects, et cetera.

I believe I remembered a thread that had a few similar metrics when there was an issue with a certain object but I can't seem to locate it any more.

Thanks in advance.

#1
10/14/2010 (12:46 pm)
Hey Jacob,

If you open up the Metric.cs file, it is riddled with metric commands. For example you have at your disposal: FPS, GFX, Terrain, Net, etc...

I most commonly use FPS and GFX to show poly counts and current FPS.