Game Development Community

Newbie question, poly count

by Marcel Boule · in Torque Game Engine · 10/30/2005 (7:24 am) · 4 replies

I would like to know the number of polygons displayed. I used metrics(video). The fps seems relevant, but otherwise, all other parameter of video are equal to 0.
I am of course using the demo version, is this function working on demo ?

#1
10/30/2005 (9:34 am)
The demo is not any different than anything else. It's not limited, feature-wise.. you just can't dig into it as much.

So to answer your question, yes the features should work..
#2
10/30/2005 (9:38 am)
You also need to type
glenablemetrics(1);

Do a search for glenablemetrics and you should find some good information in the forums.
#3
11/02/2005 (8:37 pm)
I am new to all of this and interested to know everything. What to do first? Any ideas? How, where, and what do I do first? Any feedback would be great. Thank you
#4
11/09/2005 (11:31 am)
I just started about a month ago Mike, at first i couldent figure out where to start either, i recomend this site for a quick start

http://www.codesampler.com/torque.htm

download the tutorial base, which is the first panel, the ones after that are the actuall tuorials and they will show you how to modify the
"tutorial base" program which is acutally a very simple torque aplication. Once youve done that you should have a better idea what you need to learn.