View Poly Count
by Mitja Mlakar · in Technical Issues · 01/31/2004 (8:05 am) · 2 replies
Is there away to display polycount on screen - how many polygons engine actualy draw in view?
If possible mission polycount and view polycount.
If possible mission polycount and view polycount.
Torque Owner Christian M Weber
Type in console:
metrics("video");
It'll alos output your FPS and MSPF.
TC = triCount
PC = primCount