Hello, I've dug through the forums as much as possible and I can't seem to figure out if there's a way to actually do this. I've written my own wrapper for a custom osg::Node that sits in my own library. I need to have the ability to create different versions of my serialization to accommodate future changes in the file structure. I've managed to get the UPDATE_TO_VERSION and UPDATE_TO_VERSION_SCOPED methods working, but they only allow me to control versioning based on the osg soversion. This is a huge problem for me if I need to change my serialization more often than the OSG version is actually updated. Is it possible to decouple the version number of my wrappers from the osg version?
Thanks for all your help, really appreciate it! -- Christian ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=52869#52869 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

