Had an idea of how to quickly approximate collision deformation in meshes. Here is just a sphere mesh that does per vertex deformation due to object collision. This would be perfect for games that have crashes or objects that can be damaged from hits.
This single sphere (642 vertices) takes ~.5ms to run checks on every vertex on every frame. Ideally you would only run deformation during hard hits to improve performance.