2
0
Эх сурвалжийг харах

Add missing default 'binary' option to GLTFLoader

Garrett Johnson 7 жил өмнө
parent
commit
869cd160f5

+ 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,