Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/KHN190/UnityGrassShader

Unity mesh generation + compute shader for grass simulation.
https://github.com/KHN190/UnityGrassShader

compute-shader unity-grass-shader unity3d

Last synced: about 1 month ago
JSON representation

Unity mesh generation + compute shader for grass simulation.

Awesome Lists containing this project

README

        

# Grass Compute Shader for Unity

Grass shader using mesh generation and compute shader for wind swing.

Reference project:
* [Unity Grass Shader](http://roystan.net/articles/grass-shader.html).
* [Unity Grass using Shader Graph](http://youtube.com/watch?v=L_Bzcw9tqTc).

Different approach used because Geometry Shader and Shader Graph are not working correctly on MacOS.

### Related

* [HexMap](https://github.com/KHN190/miniHexMap) editor used the same grass generation.