xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.15k stars 264 forks source link

obj not loading in IE 11 #308

Closed easyw closed 5 years ago

easyw commented 5 years ago

loading this sample http://xeogl.org/examples/#importing_obj_parsing in IE11 I get the following errors:

HTML1300: Navigation occurred. examples SCRIPT1002: Syntax error xeogl.js (20,1) SCRIPT1002: Syntax error OBJModel.js (146,22) SCRIPT5009: 'xeogl' is undefined importing_obj_parsing.html (22,5)

on local navigation I also get this warning:

DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337

No issues on Firefox or Safari.

easyw commented 5 years ago

I see here: https://help.sketchfab.com/hc/en-us/articles/203059088-Compatibility that ie11 is going to be deprecated... Closing this issue then 😄