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.
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.
Torque 3D Owner Ryan T
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.