Преглед изворни кода

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)