top of page

Water shader improvements

I felt like my water shader needed an improvement, so I went to look into tessellation and vertex displacement. With surface shaders, Unity makes those two things very easily. So I got a noise texture and used multiple scrolling noise texture heightmaps to generate the vertex displacement, and a normal map of the noise texture to generate new normals. After doing that and touching up the color, the result was this:

Featured Posts
Recent Posts
Archive
Search By Tags
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page