Explorar el Código

Remove renderer from GLTFExporter example

Fernando Serrano hace 8 años
padre
commit
ba5f094e64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ) {