Explorar o código

Updated comment on flipY parameter.

Alan Chambers %!s(int64=7) %!d(string=hai) anos
pai
achega
e004c5037d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ) {