Skip to content

Commit be79232

Browse files
authored
Merge pull request #14102 from gkjohnson/ply-exporter-update
Ply exporter update
2 parents bc44c95 + 3dfba94 commit be79232

File tree

2 files changed

+418
-112
lines changed

2 files changed

+418
-112
lines changed

examples/js/exporters/GLTFExporter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ THREE.GLTFExporter.prototype = {
6666
parse: function ( input, onDone, options ) {
6767

6868
var DEFAULT_OPTIONS = {
69+
binary: false,
6970
trs: false,
7071
onlyVisible: true,
7172
truncateDrawRange: true,

0 commit comments

Comments
 (0)