Game Development Community

Metrics ( video ) not working

by Viren Thambidorai · in Torque Game Engine Advanced · 08/14/2007 (4:10 am) · 5 replies

Hi,

I m getting 0 for all parameters when i enter metrics(video) in console.
i tried utilities for metrics by Desmond Fletcher and Richard O'Brien but it didn't work.

It requires GLEnableMetrics(true) but i am getting "Unable to find function GLEnableMetrics" in console.
so how do i get total triangle count ?

#1
08/15/2007 (12:59 am)
GL, as the command already says, is for OpenGL and therefor only for TGE / TGB.
#2
08/15/2007 (6:00 am)
So how do I get metrics(video) working or get triangle count ?
#3
08/15/2007 (6:46 am)
Nope, not right now.

I'll see about submitting a fix on Friday.
#4
08/19/2007 (4:27 am)
Anybody knows how to get triangle count through script ?
#5
08/19/2007 (5:25 am)
You can't
You will have to add some code side elements to get any triangle count at all.