HI Wang Rui, I've made a couple more changes to the new wrapper classes. First up I renamed ObjectRegistry to ObjectWrapperManager, removed it's instance() method, and added a ref_ptr<ObjectWrapperManager> and associated get method to Registry so we can centralize the singletons in osgDB in one place. All the code that used the old instance() method are all moved across so things just compile and behave as before.
The next change I made was to incorporate the GlobalLookupTable functionality into ObjectWrapperManager. Again this change was made to centralize the resource management, and at the same time reduce the number of classes in play. An svn update will get all these changes. Cheers, Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
