Filo: Sketch #9 WIP

Hello everybody!

As the challenge is coming to an end and I’m probably not going to modify this further, here is a quick breakdown of the effect elements. Some of the meshes have more polygons than needed but as I probably won’t be using this in any project soon, I left them as is, not that they are much of a problem anyway.

All the materials use some mix of these two textures by panning and multiplying them. Both of them are pretty basic Substance textures.

Perlin Texture:
perlin

Fiber Texture:
fibers

River plane:
Not much to it. There is a fade in the amount of waves as it reaches the fall
test4

Waterfall edge:
Moving textures with an UV fade in and fade out.
top foam

Waterfall mesh:
Similar to the river plane with different material values
fall

Waterfall silhouette:
Modified version of the waterfall mesh with a front-culled material and world displacement
edge break

Splash:
Semicircle mesh with world displacement and cutout transparency.
volumetric

Foam:
Another semicircle mesh with just enough polygons to allow a smooth UV animation
pond foam

Pond + Underwater foam:
The base color is a simple UV lerp, and the underwater foam is calculated inside the material.
pond

The foam effect is view dependant.
pond2

The material takes the center of the effect as a float3 parameter. First, the distance from the view direction line and the parameter is calculated and this value is then modulated by applying the world position of the point where the line is closer to the parameter as a texture coordinate. I’m not super stoked about the result, but with all the meshes turned on it sells fairly enough.

I took it as a challenge to not use transparencies nor volumetric rendering for this particular effect, and it served me well as a geometry exercise. :grinning:

pond3

Final effect:
Thanks for all the feedback and the guides and resources all over the forum. See you in next month’s sketch!
final

Bonus red wine waterfall:
Or is it blood…
bonus

57 Likes