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





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to