Hello there,
I’m trying to render a 3d model and after I export the textures from substance and set up the pbr material, it looks how I want them to in the viewport. But as soon as I render them with cycles the normal from the handle for examples looks really “washed out” for a lack of a better term.
Eevee render in the other hand looks more closely to the viewport and to what it was in substance.
Any ideas why this is happening??
Below I posted 3 images for comparison…
VIEWPORT:
EEVEE:
CYCLES:
By the way, here is a screenshot of the material set up. Nothing fancy… just the normal stuff for pbr:
You can get around it by using a Displacement node with Bump Only enabled; that seems to execute the code from before the bug was introduced. This is actually mentioned in comments to that bug report.
Otherwise you have to adjust the strength of your normal map every time you switch between Eevee and Cycles.
Thanks everyone for your replies, appreciate it. I made the changes and put the normal map into the displacement node and set to bump only but still does not give the same result as eevee and the viewport. Still coming washed out.
Am I doing anything wrong?
This is probably too much information, but just in case:
If it’s important to you to avoid any possible, minute change of the bump (since internally Blender converts color information between sRGB and rec709, run your base color through a default black/white Color Ramp first to make it greyscale before you plug that into the Displacement. Or if this asset has to go into a game engine, you can make your own height map from the normal map you have (by using the free program Materialize, or I think you can also do it in Blender’s Compositor).