chenjd / Realistic-Real-Time-Grass-Rendering-With-Unity

Realistic Real Time Grass Rendering With Unity. Using the Geometry Shader to generate millions of grass on GPU. ref:Edward Lee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realistic-Real-Time-Grass-Rendering-With-Unity

GitHub

Description

Realistic Real Time Grass Rendering With Unity. Using the Geometry Shader to generate millions of grass on GPU.

ref:Edward Lee

Article(Chinese)

利用GPU实现无尽草地的实时渲染

Article(English)

Using the Geometry Shader In Unity To Generate Countless Of Grass On GPU

Requirement

Unity 5.6+

Update

Unity 2017.3 supports 32-bit index buffer.

Ref

【1】《Chapter 7. Rendering Countless Blades of Waving Grass》

【2】《Rendering Grass Terrains in Real-Time with Dynamic Lighting》

【3】《REALISTIC REAL-TIME GRASS RENDERING》

【4】《Programming Guide for Direct3D 11》

About

Realistic Real Time Grass Rendering With Unity. Using the Geometry Shader to generate millions of grass on GPU. ref:Edward Lee

License:MIT License


Languages

Language:C# 52.9%Language:ShaderLab 47.1%