top of page

A shader made for my procedural terrain generation project. The shader combines ridge noise with a circular wave shader, and the terrain's normal to produce a wacky effect!

 

Source code can be accessed here.

Original ridge noise source code link,  which was then converted from glsl to hlsl. 

bottom of page