瀏覽代碼

Add missing default 'binary' option to GLTFLoader

Garrett Johnson 7 年之前
父節點
當前提交
869cd160f5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/js/exporters/GLTFExporter.js

+ 1 - 0
examples/js/exporters/GLTFExporter.js

@@ -66,6 +66,7 @@ THREE.GLTFExporter.prototype = {
 	parse: function ( input, onDone, options ) {
 
 		var DEFAULT_OPTIONS = {
+			binary: false,
 			trs: false,
 			onlyVisible: true,
 			truncateDrawRange: true,