Files
assimp/code
tanolino 04d2d13172 Locale independent meter scale
`XmlParser::getRealAttribute(...)` will call `strtod` (or `wcstod`) which are both locale dependent. So on a German locale system a scale of 0.01 meter will be parsed to 0. In order to avoid that I use the `fast_atoreal_move<ai_real>()` method.
2022-01-05 10:10:38 +01:00
..
2022-01-05 10:10:38 +01:00
2021-09-11 21:51:20 +02:00
2021-12-26 11:16:02 +01:00
2020-01-20 08:53:12 -05:00