Oooops.... Please disregard the suggestion in my previous posting. What I meant 
to suggest was:
--
static RenderBinPrototypeList* renderBinPrototypeList()
{
    osg::Referenced::getGlobalReferencedMutex(); 
    static osg::ref_ptr<RenderBinPrototypeList> s_renderBinPrototypeList = new  
RenderBinPrototypeList;
    return s_renderBinPrototypeList.get();
}
--

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





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

Reply via email to