[Paraview] STL Reader Bug Fix
Jacques Papper
jacques.papper at gmail.com
Thu Apr 21 05:55:58 EDT 2011
Hi All,
in the vtkSTLReader.C you use the fscanf method for parsing.
The problem is that on operating systems where the decimal point is a comma
instead of a point, this messes up everything as the STL format itself is
not country dependant..
I think it would be best to enforce the locale for the fscanf in order for
VTK / ParaView to be able to load STLs in different country OS.
What do you think?
Best,
Jacques
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110421/051f6e9e/attachment.htm>
More information about the ParaView
mailing list