that is correct, but the thing is that the ColorIn expect colors in sRGB space, but normal maps are just values and are interpreted as such. you can see that the pixel format of FileTexture and FileTextureNormal is different. so what you can do is to put a sRGBToRGB node after the color, or use an upcoming preview that has the optional “Is Normal” input that you can enable.
1 Like