You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi humu2009,
CTM loader is not working on IE11, maybe because an error in LZMA routine, and
i'm searching alternatives to this format.
BTW, do you know this paper
http://www.max-limper.de/publications/CaseStudy2013/CaseStudy2013.pdf,
especially *Figure 3*?
Any chance to implement a loader like Chun or BinGeo for jsc3d?
Keep up your good work!!! jsc3d rocks!!!
/L
Original issue reported on code.google.com by [email protected] on 1 Jun 2015 at 9:40
The text was updated successfully, but these errors were encountered:
Hi,
i found finally the issue: it was *not* in the LZMA decoder, but in the
CTMReader implementation. I changed this part like the STLReader, and all works
fine now.
BTW, i made also a small fix: xhr.overrideMimeType('text\/plain;
charset=x-user-defined'); shall be unescaped.
THX
/L
Original issue reported on code.google.com by
[email protected]
on 1 Jun 2015 at 9:40The text was updated successfully, but these errors were encountered: