@@ -22,7 +22,7 @@ THREE.BufferGeometryLoader.prototype = {
onLoad( scope.parse( JSON.parse( text ) ) );
- } );
+ }, onProgress, onError );
},
@@ -22,7 +22,7 @@ THREE.MaterialLoader.prototype = {
@@ -22,7 +22,7 @@ THREE.ObjectLoader.prototype = {