[osg-users] First steps to improve culling

Jannik Heller scrawl at baseoftrash.de
Fri Nov 13 08:10:36 PST 2015


There is a very high number of PrimitiveSets in your screenshot. In fact you seem to have roughly one PrimitiveSet per 4 vertices, that is ridiculous. Each PrimitiveSet needs an OpenGL draw call to render it. Try reorganizing your models to use as few PrimitiveSet's as possible.

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=65635#65635








More information about the osg-users mailing list