소스 검색

Updated texture.flipY in docs

Greg Tatum 10 년 전
부모
커밋
a52ef725fc
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 0
      docs/api/textures/CompressedTexture.html
  2. 1 1
      docs/api/textures/Texture.html

+ 11 - 0
docs/api/textures/CompressedTexture.html

@@ -39,6 +39,17 @@
 
 		<h2>Properties</h2>
 
+		<h3>[property:boolean flipY]</h3>
+		
+		<div>
+			False by default. Flipping textures does not work for compressed textures.
+		</div>
+
+		<h3>[property:boolean generateMipmaps]</h3>
+		
+		<div>
+			False by default. Mipmaps can't be generated for compressed textures
+		</div>
 
 
 		<h2>Methods</h2>

+ 1 - 1
docs/api/textures/Texture.html

@@ -105,7 +105,7 @@
 
 		<h3>[property:boolean flipY]</h3>
 		<div>
-		False by default, set this to true if the texture needs to be flipped vertically.
+		True by default. Flips the image's Y axis to match the WebGL texture coordinate space.
 		</div>
 
 		<h3>[property:array mipmaps]</h3>