Skip to content

A small example of procedural modeling with compute shaders.

Notifications You must be signed in to change notification settings

lamlnt/NoiseBall2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A small example of procedural modeling with compute shaders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 45.1%
  • HLSL 33.2%
  • ShaderLab 21.7%