We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc44c95 + 3dfba94 commit be79232Copy full SHA for be79232
examples/js/exporters/GLTFExporter.js
@@ -66,6 +66,7 @@ THREE.GLTFExporter.prototype = {
66
parse: function ( input, onDone, options ) {
67
68
var DEFAULT_OPTIONS = {
69
+ binary: false,
70
trs: false,
71
onlyVisible: true,
72
truncateDrawRange: true,
0 commit comments