Welcome aboard!
Here’s my answer in another thread regarding the rendering groups:
Aren’t your meshes in 3D space? If yes, the z-buffer usage should handle the correct rendering order of your meshes without a need for rendering groups / doing tricks with the z component? Thay way, you could use the regular collision detection system.