|
@@ -69,7 +69,7 @@ THREE.BinaryLoader.prototype.loadAjaxJSON = function ( context, url, callback, t
|
|
|
THREE.BinaryLoader.prototype.loadAjaxBuffers = function ( json, callback, binaryPath, texturePath, callbackProgress ) {
|
|
|
|
|
|
var xhr = new XMLHttpRequest(),
|
|
|
- url = binaryPath + "/" + json.buffers;
|
|
|
+ url = binaryPath + json.buffers;
|
|
|
|
|
|
xhr.addEventListener( 'load', function ( event ) {
|
|
|
|