Search found 2 matches

by SergeyM
Tue Oct 23, 2012 9:28 am
Forum: Bug reports
Topic: [fixed]STL files loading is wrong
Replies: 3
Views: 794

Re: [fixed]STL files loading is wrong

The preferred format for patches is text, not image ;) yes, I know, but the fix is too small and I thought that it would be much more simple to review it in this way:) Yeah, correct, but for these few changes, I could work with it :-) Anyway, I skipped the seek(0), as it is probably not necessary. ...
by SergeyM
Mon Oct 22, 2012 1:15 pm
Forum: Bug reports
Topic: [fixed]STL files loading is wrong
Replies: 3
Views: 794

[fixed]STL files loading is wrong

Hello, I tried to load stl file from http://people.sc.fsu.edu/~jburkardt/data/stla/bottle.stl using irrlicht 1.7.3 but with no luck. Digging in sources I have found that bug is in CSTLMeshFileLoader.cpp. Before reading "solid" tag we should skip all whitespaces, in other case file will alw...