How to display a mesh through another mesh, like an x-ray?

if you pause the video and frame by frame some of the intersections you will see it’s using the same technique. disabled depth test. so… in your case just make sure no mesh is in front or use another technique.