Selaa lähdekoodia

Update ColladaExporter.html (#25066)

Corrected misleading comment
Atul Mourya 2 vuotta sitten
vanhempi
commit
ac5eb8b9c0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>