|
From: Dair G. <da...@re...> - 2004-04-18 20:49:03
|
=46rank C wrote: >Can't hurt either way though, and IIRC, the transparent pass and some >other special cases are drawn in immediate mode so it could help quite >a bit for certain scenes. Transparency is the only thing that gets drawn as individual triangles at the moment: points and lines also get drawn in immediate mode, but they could be buffered up as per triangles if required. -dair (possibly so could transparent triangles: provided glDrawElements was guaranteed to draw in order, so we'd know that our sorting would be honoured) ___________________________________________________ mailto:dair+refnum.com http://www.refnum.com/ |