top of page
Grass Shader
· Make a high LOD geometry, here I made a 5-quads rectangle, with 12 vertexes;
· Use alpha to coverage, and cut out the shape of the grass;
· Use a heightmap to generate a terrain;
· Apply the grass on each vertex on the terrain;
· Add random wind simulation.
bottom of page