Explorar o código

Remove incorrect GLTFExporter documentation

Garrett Johnson %!s(int64=7) %!d(string=hai) anos
pai
achega
4c4365b121
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/examples/exporters/GLTFExporter.html

+ 1 - 1
docs/examples/exporters/GLTFExporter.html

@@ -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 ) {