You’re on the right track there with the scene depth. Instead of trying to add it though, treat it as a mask.
The only problem with this method is that it won’t allow any bloom to spill onto the mesh like would naturally happen. The only way to add this effect in would be to blur the scene depth using HLSL, which is outside of my skillset.

