Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 946283b commit 02deb39Copy full SHA for 02deb39
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