Browse Source

update editor to allow upload stl files.

OpenShift guest 12 years ago
parent
commit
c997d208a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/index.html

+ 1 - 1
editor/index.html

@@ -455,7 +455,7 @@
 							signals.objectSelected.dispatch( mesh );
 
 						}, false );
-						reader.readAsText( file );
+						reader.readAsBinaryString(file);
 
 						break;