Pārlūkot izejas kodu

Remove incorrect GLTFExporter documentation

Garrett Johnson 7 gadi atpakaļ
vecāks
revīzija
4c4365b121
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/examples/exporters/GLTFExporter.html

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

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