Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTM loader not working on IE11 #158

Open
GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment
Open

CTM loader not working on IE11 #158

GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 12 Jun 2015 at 9:50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant