Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/KHN190/UnityGrassShader
- Owner: KHN190
- Created: 2019-10-04T13:19:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T04:27:07.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T05:17:36.256Z (5 months ago)
- Topics: compute-shader, unity-grass-shader, unity3d
- Language: C#
- Homepage:
- Size: 6.51 MB
- Stars: 28
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.