Encountered an error message: SCRIPT438: Object doesn't support property or method 'create'
Having issues using three.js
on IE9. The trouble seems to be coming from this line of code:
THREE.Camera.prototype = Object.create( THREE.Object3D.prototype );
located in the file cameras\Camera.js
Interestingly, it works on some computers with IE9 but not on others.