[osg-users] osgUtil::IntersectionVisitor slow with huge geometry

Gianni Ambrosio g.ambrosio+osg at gmail.com
Tue Jul 18 09:39:52 PDT 2017


Debugging the OSG code it seems most of time spent before seeing the picked triangle with adifferent color is inside "ViewerBase::renderingTraversals()", and exactly in the following line:

    if (_endDynamicDrawBlock.valid())
    {
        _endDynamicDrawBlock->block(); // <-- HERE!
    }

Any idea?

Regards,
Gianni

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







More information about the osg-users mailing list