mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Don't flip NV PPL shader Y axis erroneously
This commit is contained in:
parent
7f7041656d
commit
ad5ee1aa1c
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@ void main()
|
|||
|
||||
#if @normalMap
|
||||
vec4 normalTex = texture2D(normalMap, normalMapUV);
|
||||
// Must flip Y for DirectX format normal maps
|
||||
normalTex.y = 1.0 - normalTex.y;
|
||||
|
||||
vec3 normalizedNormal = normalize(passNormal);
|
||||
vec3 normalizedTangent = normalize(passTangent.xyz);
|
||||
|
|
Loading…
Reference in a new issue