Open GoogleCodeExporter opened 8 years ago
Also in ObjParser you should do trim(). Export from 3d max don't work
while ((line = buffer.readLine()) != null) {
// remove duplicate whitespace
// line = line.replaceAll("\\s+", " ");
// String[] parts = line.split(" ");
line = line.trim();!!!!!!!
Original comment by dakis...@gmail.com
on 11 Apr 2012 at 9:39
tnanks for framework any way
Original comment by dakis...@gmail.com
on 11 Apr 2012 at 9:40
Looks like a duplicate of issue
http://code.google.com/p/min3d/issues/detail?id=74 . That one has a patch
included (didn't tried it personally).
Original comment by enrico.g...@gmail.com
on 24 Apr 2012 at 9:05
Has this been resolved? Adding:
line = line.trim();
to my ObjParser.java hasn't fixed the issue. Where can I download the updated
code if it has been fixed?
Thanks.
Original comment by iiJD...@gmail.com
on 28 Apr 2013 at 6:53
Original issue reported on code.google.com by
dakis...@gmail.com
on 11 Apr 2012 at 9:37