We’ll be bringing the roughness value all the way down and transmission value all the way up, inside of the “Principled BSDF” shader to capture a generic water look. (Other values can be remained as they are. — — IOR (index of refraction) can be set to 1.333, and specular to 0.25 and the roughness around 0.010 or 0.1, if you are going for 100% realism. These are roughly the values of real life water and water is not 100% sleek but in the end it’s what your scene calls for.)
These values already gives us a “water-y” material but it’s kind of bland. Too add some variation and realism, we can use a noise texture. In this tutorial, I’ll be using the Musgrave Texture to generate the desired noise effects, but if you wish, you can use the noise texture node. We can also add an ambient conclusion node into mixture, by mixing it with musgrave texture to get the areas touched by water should be darker feeling but I’ll see if I want to have in this scene later. I’m mentioning about it here if you’d like to play with the idea.
If we want to make this material clearer and see-through, we can mix the principled shader node with a transparent node and calculate the light paths based on isCameraRay? boolean to achieve a realistic looking result. If you are not experienced with the “Light Path” node, be mindful of that setting isCameraRay? boolean to true will make this material almost invisible when it’s looked at outside of the camera frames. If you switch back to camera view (Numpad 0), there won’t be any visibility issues.
If you’d like to change the color of the “water refractions”, you can always throw either a “Volume Absorption” node or a “Principled Volume” node into the mixture and plug it into the volume input of the “Material Output” but I am happy with how this material already turned out so I won’t be doing it but I am mentioning about it just so you guys know that we can also control water refraction color that way.
Note: If you are tired of watching video tutorials and would like to see more text-based tutorials like this one from me, you can support me on Patreon so I can dedicate more time to creating them.