Hi Andy, The changes is a rather less readable than the original code, but I think it should be safe so I've gone ahead and merged so are now checked into svn/trunk. Fingers crossed there won't be any portability issues.
On Mon, Dec 20, 2010 at 12:03 PM, Andy Skinner > I don’t yet know why the deprecated version gets called, vs the new one. > The new one has different code, but still has a cast. Not sure how that > will work. The deprecated_dotosg wrappers are for support of the old .osg ascii format, while the new osgWrapper/serializers support the new .osgt (.osg's replacement), .osgb (.ive's replaced) and .osgx (xml version). For you own usage I'd recommend testing the use of .osgt and see how it works out. The serializers are extensible so if you do use your own custom osg::Array class then it would probably be best to implement the extra serializes locally in your application. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
