# UnityGrassGeometryShader **Repository Path**: liudong_521/UnityGrassGeometryShader ## Basic Information - **Project Name**: UnityGrassGeometryShader - **Description**: Source code for Grass Shader tutorial for Unity. Generates blades with a geometry shader, tessellates input mesh to control density. - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Grass Geometry Shader for Unity Unity 2018.3 project source for completed [Grass Shader Tutorial](https://roystan.net/articles/grass-shader.html) from the site [roystan.net](https://roystan.net/). ![alt text](https://i.imgur.com/37U69OT.png) Uses a geometry shader to generate blades of grass. Controls the density of the blades by tessellating the input mesh. Can cast and receive shadows. Wood texture used on fence model is sourced from [CCO Textures](https://cc0textures.com/).