mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-24 21:45:31 -04:00
Merge branch 'deathclawssuck' into 'master'
Don't flip NV PPL shader normal map Y axis See merge request OpenMW/openmw!810
This commit is contained in:
commit
a631855ac9
@ -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…
x
Reference in New Issue
Block a user