On Thu, Sep 5, 2013 at 6:26 AM, Chris Stankevitz <[email protected]> wrote: > Thank you. I did not expect that behavior, although I knew I was > wrong about something. There must be some interesting plumbing that > allows
I see now. osg::ref_ptr is more like an intrusive_ptr than a shared_ptr. The reference counts are stored within the object, not within the smart pointer. Chris _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

