Sfoglia il codice sorgente

Remove renderer from GLTFExporter example

Fernando Serrano 8 anni fa
parent
commit
ba5f094e64
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/misc_exporter_gltf.html

+ 1 - 1
examples/misc_exporter_gltf.html

@@ -39,7 +39,7 @@
 
 			function exportGLTF( input ) {
 
-				var gltfExporter = new THREE.GLTFExporter( renderer );
+				var gltfExporter = new THREE.GLTFExporter();
 
 				gltfExporter.parse( input, function( result ) {