浏览代码

Update ColladaExporter.html (#25066)

Corrected misleading comment
Atul Mourya 2 年之前
父节点
当前提交
ac5eb8b9c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/examples/en/exporters/ColladaExporter.html

+ 1 - 1
docs/examples/en/exporters/ColladaExporter.html

@@ -23,7 +23,7 @@
 		// Instantiate an exporter
 		const exporter = new ColladaExporter();
 
-		// Parse the input and generate the ply output
+		// Parse the input and generate the collada ( .dae ) output
 		const data = exporter.parse( scene, null, options );
 		downloadFile( data );
 		</code>