[osg-users] [osgPlugins] Conflict between OSG and Qt

Joseph Mirabel josephmirabel at gmail.com
Thu Mar 15 01:46:05 PDT 2018


Hi,

I found the bug. The fault is from Collada Dom library. Qt is settings the numeric locale to french (because it is the default on my computer). The Collada Dom uses sscanf to parse string as double. In french, the decimal separator is a comma, not a point so string("0.5423") gives double(0)...

See this bug report: https://sourceforge.net/p/collada-dom/bugs/137/

Cheers,
Joseph

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=73098#73098







More information about the osg-users mailing list