Paul Martz wrote:
Are all your Geodes within the view frustum and not culled? If so, I'd think the "fewer Geodes" case would be faster. But if some are culled, then the "more Geodes" case would take advantage of host culling, sending less data to the hardware, and would therefore run faster.

I wonder if you're running into vertex cache thrashing with the larger Geodes.

I don't know, just speculating.

In any case, this paper might be an interesting read:

http://www.cs.princeton.edu/gfx/pubs/Sander_2007_%3ETR/

--"J"

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to