Browse Source

Update ColladaExporter.html (#25066)

Corrected misleading comment
Atul Mourya 2 năm trước cách đây
mục cha
commit
ac5eb8b9c0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>