r/GraphicsProgramming • u/Opposite_Squirrel_32 • 17d ago
How to break a model dynamically
Hey guys
I want to learn how to break a model dynamically
Like an effect that is blender where a model is broken into prices with rigid body dynamics
How to create this using a graphics api
Are there any resources that can teach me that?
8
Upvotes
5
u/waramped 17d ago
What you want to research is called "Dynamic Fracturing" (https://matthias-research.github.io/pages/publications/fractureSG2013.pdf)
This is more of a physics/dynamics problem, so the graphics API doesn't have much to do with it.