Pārlūkot izejas kodu

Add missing default 'binary' option to GLTFLoader

Garrett Johnson 7 gadi atpakaļ
vecāks
revīzija
869cd160f5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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,