Browse Source

Update ColladaExporter.html (#25066)

Corrected misleading comment
Atul Mourya 2 years ago
parent
commit
ac5eb8b9c0
1 changed files with 1 additions and 1 deletions
  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>