Closed
Description
YES! Setting the TextureFormat to Rgba8Unorm fixed it.
This is a real footgun that should be warned about...
Originally posted by @Affinator in #12061 (comment)
It would be useful to document in StandardMaterial::normal_map_texture
that it cannot be loaded in sRGB, but instead must be linear RGB. A code example would also be quite useful.