Models dissolving like Doom 3
nice) but how about dissolving from top to bottom?
and you probably better turn off cull to see back faces also
but how about dissolving from top to bottom?
Dissolution is applied to the material, rather than the model. I do not quite understand how to find the top of the material Probably it can be done with dissolving map, individually designed for each model (currently it used clouds texture generated in Photoshop).
and you probably better turn off cull to see back faces also
Then it will be seen that the objects are hollow. It is strangely, when the living creatures are empty inside
Anyway, it is possible to turn off cull in material
nice!
Added from top to bottom burning
very good)
let’s say we hited this character into: leg, ass, head, arm… and we want for dissolving starts from point of impact and process to whole body from this impact point. Is it possible to implement?
[quote=“codingmonkey”]>Added from top to bottom burning
very good)
let’s say we hited this character into: leg, ass, head, arm… and we want for dissolving starts from point of impact and process to whole body from this impact point. Is it possible to implement?[/quote]
Perhaps it can be done as follows:
- send to the vertex shader coordinates of the point of impact
- calculate distance from current vertex to point of impact
- use it in pixel shader as coefficient
In other words, we need a spherical gradient centered at the point of impact
This is great! Thank you for this!
This is really cool. Thanks for sharing. It reminds me of a disintegration fx that we are doing for a feature film.
Wow… This is really awesome
This shader is now put to work scraping pilots off the ceiling in heXon.
[ WARNING: Fake Blood ]
I slightly edited the technique to add emission and alpha. Instead of the shader using the emission map for the dissolve rate this is now controlled by the spec map, since I don’t need specularity in this case. I guess adding a dedicated dissolve texture would be better.
Thanks again 1vanK!
You should probably warn that your video has mature rating content due to the blood.
Better?
the last man almoust was happy what will be still alive
On ejecting the ships in heXon phase out using this shader too.