I was wondering if it is possible to create a normal map from a procedurally generated texture inside the Shader Graph?
I am building a shader that’s putting rust on copper. I use the Noise Node as a map to draw the rust areas and want to use it as a Normal Map to so it lookes like the rust has eaten into the copper. But the Normal Create Node only accepts Textures Images as Input.
The normal is being generated by sampling the texture in three positions. To do that with what you’re doing, you’ll need to do the same thing, which means calculating the noise pattern you want to base the resulting normal from at 3 slight offsets.