浏览代码

PCDLoader: Fix data parsing for Edge.

Mugen87 6 年之前
父节点
当前提交
330cd09f22
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/PCDLoader.js

+ 1 - 1
examples/js/loaders/PCDLoader.js

@@ -169,7 +169,7 @@ THREE.PCDLoader.prototype = {
 
 
 		}
 		}
 
 
-		var textData = THREE.LoaderUtils.decodeText( data );
+		var textData = THREE.LoaderUtils.decodeText( new Uint8Array( data ) );
 
 
 		// parse header (always ascii format)
 		// parse header (always ascii format)