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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to