|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
<code>
|
|
<code>
|
|
// Instantiate a exporter
|
|
// Instantiate a exporter
|
|
- var exporter = new THREE.GLTFExporter( defaultOptions );
|
|
|
|
|
|
+ var exporter = new THREE.GLTFExporter();
|
|
|
|
|
|
// Parse the input and generate the glTF output
|
|
// Parse the input and generate the glTF output
|
|
exporter.parse( scene, function ( gltf ) {
|
|
exporter.parse( scene, function ( gltf ) {
|