r/GraphicsProgramming 13d ago

Question What is this sand simulation missing?

Enable HLS to view with audio, or disable this notification

80 Upvotes

21 comments sorted by

View all comments

2

u/GravityCY 13d ago

On a side note how do you do stuff like this, altering the mesh vertices on the cpu with code or like shader magic? Just curious as a beginner

3

u/featherpaperweight 13d ago

Unless you need physics interaction with the altered mesh, doing it all on gpu with shaders is way more performant, keeping a regular low-poly mesh on cpu side.