Browse Source

Add missing default 'binary' option to GLTFLoader

Garrett Johnson 7 năm trước cách đây
mục cha
commit
869cd160f5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,