Note that there are some explanatory texts on larger screens.

plurals
  1. POException when running three.js example using iewebgl
    primarykey
    data
    text
    <p>I'm trying to use the <a href="http://iewebgl.com/" rel="nofollow">iewebgl</a> and having trouble running one of the examples from three.js, <a href="http://threejs.org/examples/webgl_loader_obj.html" rel="nofollow">the webgl_loader_obj</a>. I am getting the following error: </p> <p><code>SCRIPT445: Object doesn't support this action iewebgl.html, line 134 character 5</code></p> <p>which points to this line</p> <pre><code>// texture var manager = new THREE.LoadingManager(); &lt;!-- here --&gt; manager.onProgress = function ( item, loaded, total ) { console.log( item, loaded, total ); }; </code></pre> <p>I also tried commenting out the texture and model portions and loading the object without the manager but I would receive the following error:</p> <p><code>SCRIPT445: Object doesn't support this action OBJLoader.js, line 19 character 3</code></p> <p>which points to this line</p> <pre><code>THREE.OBJLoader.prototype = { constructor: THREE.OBJLoader, load: function ( url, onLoad, onProgress, onError ) { var scope = this; var loader = new THREE.XHRLoader( scope.manager ); &lt;!-- here--&gt; loader.setCrossOrigin( this.crossOrigin ); </code></pre> <p>I tried both creating canvas and getting WebGL context from JavaScript and creating WebGL context with helper.</p> <p>I'm using ie 10 with r.46 of three.js. When I use r.61 of three.js I get the following exception</p> <p><code>SCRIPT5007: Unable to get property 'getExtension' of undefined or null reference three.min.js, line 8322 character 2</code></p> <p>which is </p> <pre><code>} catch (Zb) { console.error(Zb) } Na = j.getExtension("OES_texture_float"); &lt;!-- here --&gt; j.getExtension("OES_texture_float_linear"); va = j.getExtension("OES_standard_derivatives"); </code></pre> <p>Any idea what may be causing it? </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload