Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/IronWarrior/UnityGrassGeometryShader

Source code for Grass Shader tutorial for Unity. Generates blades with a geometry shader, tessellates input mesh to control density.
https://github.com/IronWarrior/UnityGrassGeometryShader

Last synced: 2 months ago
JSON representation

Source code for Grass Shader tutorial for Unity. Generates blades with a geometry shader, tessellates input mesh to control density.

Awesome Lists containing this project

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/).