Prechádzať zdrojové kódy

Updated comment on flipY parameter.

Alan Chambers 7 rokov pred
rodič
commit
e004c5037d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      examples/js/exporters/GLTFExporter.js

+ 1 - 1
examples/js/exporters/GLTFExporter.js

@@ -601,7 +601,7 @@ THREE.GLTFExporter.prototype = {
 		 * Process image
 		 * @param  {Image} image to process
 		 * @param  {Integer} format of the image (e.g. THREE.RGBFormat, THREE.RGBAFormat etc)
-		 * @param  {Boolean} flip the image in the Y before writing out
+		 * @param  {Boolean} flipY before writing out the image
 		 * @return {Integer}     Index of the processed texture in the "images" array
 		 */
 		function processImage( image, format, flipY ) {