Преглед изворни кода

Remove incorrect GLTFExporter documentation

Garrett Johnson пре 7 година
родитељ
комит
4c4365b121
1 измењених фајлова са 1 додато и 1 уклоњено
  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 ) {