mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Merging back with master
This commit is contained in:
parent
9fa1a4a478
commit
1e96c9e2ca
2 changed files with 0 additions and 7 deletions
|
@ -49,8 +49,4 @@ void main(void) {
|
|||
frag.roughness);
|
||||
_fragColor = vec4(color, frag.normalVal.a);
|
||||
}
|
||||
|
||||
if (gl_FragCoord.y > 500) {
|
||||
_fragColor.xyz = pow(_fragColor.xyz, vec3(2.2));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,7 +51,4 @@ void main(void) {
|
|||
|
||||
_fragColor = vec4(color, frag.normalVal.a);
|
||||
}
|
||||
if (gl_FragCoord.y > 500) {
|
||||
_fragColor.xyz = pow(_fragColor.xyz, vec3(2.2));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue