Mesh to Mesh collisions how to?

If everything else fails and you have to code it yourself then here are two pointers to algorithms (I hope you don’t need to go this way):

Both will be very slow, since these algorithms are only for narrow-phase collision detection.

enn0x