Triangle count

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Los Frijoles
Posts: 7
Joined: Mon Mar 20, 2006 7:13 pm
Location: Somewhere over the rainbow...
Contact:

Triangle count

Post by Los Frijoles »

Is there any way to get the triangle count of the entire scene?
imflammable
Posts: 2
Joined: Sun Aug 13, 2006 6:11 pm

Post by imflammable »

u32 IVideoDriver::getPrimitiveCountDrawn()

Not quite triangle count, but pretty close.
Post Reply