
Obj loader does not quite handle localization well
Posted Wednesday, 16 June, 2010 - 06:08 by Icefox| Project: | Meshomatic |
| Version: | 0.2.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Icefox |
| Status: | duplicate |
Jump to:
Description
Should be fixed in next version.


Comments
#1
To expand: The number formatting functions default to the Windows localization, so if you're in a country that expects decimal points to be "," instead of ".", it will look for 1000,5 and get 1000.5 or such, and die. This is fortunately an easy fix.
#2
See http://www.opentk.com/node/1900