Did you figure it out?
Joleeee
@Joleeee
0
Reputation
2
Posts
252
Profile views
0
Followers
0
Following
Posts made by Joleeee
-
Shader cordinate bug
openfl_TextureCoordv is supposed to be 0 = left, 1 = right, but if you make the window big and then small, its more like 0 = left and 0.5 = right.
Before:
During:
After:
Shader is gl_FragColor = vec4(openfl_TextureCoordv.x, openfl_TextureCoordv.x, openfl_TextureCoordv.x, 1);