Need to make animation whereby the character shatters into a bunch of pieces

Posted by theprojectabot on Game Development See other posts from Game Development or by theprojectabot
Published on 2012-04-04T00:01:57Z Indexed on 2012/04/04 5:41 UTC
Read the original article Hit count: 372

Filed under:
|
|

I would like to take a 3d character model, cut out a bunch of shapes (or a bunch of triangles in the shape of the pieces I want) and then have the pieces separate from each other at the beginning of the animation and fall apart with gravity so it looks like the model is falling apart in shattered pieces.

Is there a way to run a script on a mesh, cut out these pieces, instantiate all of them as separate models and then run gravity on them during the simulation?

© Game Development or respective owner

Related posts about animation

Related posts about character