浏览代码

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