wireframe is slower?

Started by
3 comments, last by CoderTCD 20 years, 6 months ago
do somebody know why glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); is slower thar glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);?
Advertisement
The driver has to convert everything to lines. If you sent everything as lines to begin with my guess is that it would be faster.
____________________________________________________________AAAAA: American Association Against Adobe AcrobatYou know you hate PDFs...
becorse real lines arent supported in most cards, so its really thin quads.. however, it should be faster in fillrate so thats not your limit yet
On my Radeon DDR using glPolygonMode(..., GL_LINES) kills the fps (down to ~25%) but on my Geforce2 MX there is no difference in fps... strange.


[ My Site ]
''I wish life was not so short,'' he thought. ''Languages take such a time, and so do all the things one wants to know about.'' - J.R.R Tolkien
Founding member of "Un-Ban nes8bit" association (UNA) (to join put this in your sig) (Welcome back to JesperT)
/*ilici*/
afaik lines support on most "consumer" hardware is disabled by the driver to make people who want to run those cad progs with many wireframe models buy their "premium" cards

but thats just my .2€

http://mitglied.lycos.de/lousyphreak/
(i''m coder not artist )
http://mitglied.lycos.de/lousyphreak/

This topic is closed to new replies.

Advertisement