2
0
Эх сурвалжийг харах

Updated comment on flipY parameter.

Alan Chambers 7 жил өмнө
parent
commit
e004c5037d

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

@@ -601,7 +601,7 @@ THREE.GLTFExporter.prototype = {
 		 * Process image
 		 * Process image
 		 * @param  {Image} image to process
 		 * @param  {Image} image to process
 		 * @param  {Integer} format of the image (e.g. THREE.RGBFormat, THREE.RGBAFormat etc)
 		 * @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
 		 * @return {Integer}     Index of the processed texture in the "images" array
 		 */
 		 */
 		function processImage( image, format, flipY ) {
 		function processImage( image, format, flipY ) {