Game Development Community

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.

About the author

Recent Threads

  • Distance based LOD

  • #1
    01/31/2004 (8:23 am)
    Under common/client/metrics.cs

    Type in console:
    metrics("video");

    It'll alos output your FPS and MSPF.

    TC = triCount
    PC = primCount
    #2
    01/31/2004 (8:56 am)
    Thank you very much