Robert Osfield: |Its expensive to pass ref_ptr<> around on the stack as they call |ref()/unref() for each temporary ref_ptr<> created, one a ref() for |the final destination. If the Object has a ref count mutex on it then |the cost of this can be high.
Thanks, Robert. Makes sense and I agree. Just wanted to make sure that this was intentional. Randall _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
