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 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

