nshelton / growth2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoiseBall2

This is a small example of procedural mesh generation with a compute shader.

gif

This example uses DrawMeshInstancedIndirect to draw a procedurally generated mesh. Although the main purpose of this method is not procedural modeling, it's the only way to procedurally populate triangles and draw them with using a surface shader.

About


Languages

Language:C# 54.5%Language:HLSL 30.2%Language:ShaderLab 15.3%