Ver Fonte

Add missing default 'binary' option to GLTFLoader

Garrett Johnson há 7 anos atrás
pai
commit
869cd160f5
1 ficheiros alterados com 1 adições e 0 exclusões
  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,