We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d98adb7 + 5148f76 commit 5a2127dCopy full SHA for 5a2127d
cocos/3d/Textured.es2.vert.h
@@ -13,6 +13,7 @@ void main(void)
13
{
14
gl_Position = CC_MVPMatrix * a_position;
15
TextureCoordOut = a_texCoord;
16
+ TextureCoordOut.y = 1.0 - TextureCoordOut.y;
17
}
18
);
19
0 commit comments