Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 336 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 336 Bytes

尝试 Compute Shader

Unity 2019.4.21f1

了解 Compute Shader 后,简单地实现 Boids 算法。项目里面有两个 Scene,一个用了 Compute Shader 计算 Boid 位置和朝向,另一个直接 Update 中暴力算,用来作比较。

相关博文:Compute Shader 简介