aboutsummaryrefslogtreecommitdiff
path: root/shaders
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-02-21 03:48:46 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-18 15:22:10 +0100
commitc794de8eeac935649aa556f009776567ed201787 (patch)
treeae4d4c6df7536cd115679bf4f96351f7913f9e6f /shaders
parent51e5e742e518be511c2cb3234d01459d1233dc85 (diff)
Fix texture coordinates for obj files (flip y coord)
Diffstat (limited to 'shaders')
-rw-r--r--shaders/fragment.frag1
1 files changed, 0 insertions, 1 deletions
diff --git a/shaders/fragment.frag b/shaders/fragment.frag
index ee6106d..b078a58 100644
--- a/shaders/fragment.frag
+++ b/shaders/fragment.frag
@@ -8,5 +8,4 @@ uniform sampler2D tex;
void main() {
out_color = texture(tex, texcoord_frag);
- //out_color = vec4(1.0, 0.0, 0.0, 1.0);
} \ No newline at end of file