Hi Sukender,

I have now merged the changes to osgDB with reservations - as we can
come back and fix the case issue later.

I am currently review the changes to the dae plugin, and have come
across an #ifdef OSG_USE_UTF8_FILENAME block in daeWMaterials.cpp.  Is
this block supposed to be there?  The #if #else #endif also looks the
wrong way around to me, with the convert to UTF8 in the #else block.
The code is:

#ifdef OSG_USE_UTF8_FILENAME
        fileURI =
ReaderWriterDAE::ConvertFilePathToColladaCompatibleURI(fileURI);
#else
        fileURI =
ReaderWriterDAE::ConvertFilePathToColladaCompatibleURI(
osgDB::convertStringFromCurrentCodePageToUTF8(fileURI) );
#endif

What is your intention here?
Robert.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to