- Home /
Using custom vertex shader for terrain?
Hello, I would like to displace terrain in an animated way using a vertex shader. e.g. have a sine wave roll through the terrain. It's OK that collision will not be displaced. Is it possible for me to insert my own vertex shader into the terrain object? It seems to take my fragment shader, but not the vertex part, when I assign the material.
Comment
Your answer
Follow this Question
Related Questions
How to automatically apply different textures on terrain based on height? 5 Answers
Shader for ZTest Between Terrain and Objects 0 Answers
Forward Rendering for Terrain, overriding the shader? 0 Answers
Adding layers to Unity Terrain ( 4, 8, 14) 1 Answer
Shader with "alpha" parameter no longer writes to Z-Buffer 2 Answers