UnityGrassGeometryShader icon indicating copy to clipboard operation
UnityGrassGeometryShader copied to clipboard

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

Results 6 UnityGrassGeometryShader issues
Sort by recently updated
recently updated
newest added

I tried this project in Unity with Android and iOS platform. It turns out that the mesh renderer didn't work correctly. when inspecting grass shader, it is shown that shader...

This PR fixes a compilation error on Linux. Thank your for your great work.

Would you consider to use compute shader to rewrite this project?

Hello, I want to use your shader in my project,because is very cool! I will try make another one by myself using your guide, but now I need really hard...

![afbeelding](https://user-images.githubusercontent.com/6643430/71850470-a523ac80-30d4-11ea-99eb-532661b49290.png) Hiya, as you can see in this image, the density of grass is not affected by the size of the face, which makes certain faces seem much more dense...

I tried importing the project into Unity to give it a try and I'm getting an error on import of the shader. It says "invalid subscript 'normal'" with what I...