kelemenbalazs / jsc3d

Automatically exported from code.google.com/p/jsc3d
0 stars 0 forks source link

Stl files displaying wrong in ie- works fine in all other browsers (using latest code- stl would not load in old code) #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to http://www.ivarface.com/3dviewer.html
2. Click on load for any stl - it will not display the mesh correctly. Click on 
the obj file in the dropdown on the right. No progress bar will appear but it 
will load the mesh correctly eventually.
3. No problems on safari, chrome or firefox or on an ipad. All the meshes are 
binary stls and have been processed in both meshlab and netfabb.(no errors) All 
meshes have approx. 100000 - 150000 faces.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Latest from repository on win 7 ie10 on two different computers.

Please provide any additional information below.

Original issue reported on code.google.com by ivarface...@gmail.com on 24 Aug 2013 at 12:55

GoogleCodeExporter commented 9 years ago
Thanks for reporting this!

It seems the File API cannot read out the loaded binary stream correctly on 
IE10. I'll change it to use the same method as that for IE9, which is a bit 
more costly but rather stable.

This may take one or two days. I'll update the repository as soon as it's done.

Original comment by Humu2...@gmail.com on 25 Aug 2013 at 10:24

GoogleCodeExporter commented 9 years ago
This has been fixed. Please get the latest code from the repository. I'll 
release a new download package soon.

Original comment by Humu2...@gmail.com on 26 Aug 2013 at 7:40