I’d like to create an effect similar to 2 death animations that exist in Crash Bandicoot 3.

In one of them, Crash is disintegrated: all the triangle faces get separated and fly apart. A similar triangle separation is seen when he dies from fire, the triangles fall separately.

The second is a simple separation of the legs and torso. One enemy that exists in the 1st stage can cut Crash in half, which will cause the torso to stay in place while the legs walk away.

  • I Cast Fist@programming.devOP
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    2 months ago

    What kind of shader would be used for that exploding faces effect?

    I know I could get a similar effect with animation, but I want to actually separate 1 object in 2, a full blown dismemberment. One way I saw this being done is by hiding (or scaling to 0.001) the blown off part and spawning a new mesh/object that represents just that piece, but is there another way?