Imagine you have two expert translators — one fluent in photographs, the other in sonar maps of a room. You need them to collaborate on a document, but they've never met and speak different professional jargons. Rather than sending them to school together for years, you discover that when both look at the same room from the same angle, their notes already line up spatially — the photograph's pixel grid and the sonar's point cloud share geometry. You just need a thin sheet of tracing paper to align them. That's M3GD. The committed claim: you can inject LiDAR information into a pretrained multi-view image diffusion model — without retraining the image model, without pretraining a cross-modal translator — by exploiting the fact that camera-projected LiDAR features and image features already share spatial structure on the pixel grid. The result is improved RGB and depth synthesis for novel viewpoints compared to the same backbone run on images alone. Architecturally, M3GD sits in the flow-matching diffusion family (specifically multi-view flow matching, a close cousin of score-based diffusion). The LiDAR side uses a frozen 3D point-cloud foundation model to extract per-point descriptors, which are then camera-projected onto the image grid and combined with explicit geometry statistics (depth, normals, density) into what the authors call "view-aligned packets." These packets enter the image generator via a lightweight residual adapter — a LoRA-style injection that leaves the backbone's latent space, decoders, and training objective completely untouched. The key engineering insight is that camera projection is the cross-modal bridge: no learned alignment network is needed because the projection itself forces spatial correspondence. On the GrandTour dataset — a large-scale autonomous driving benchmark with paired camera and LiDAR captures — M3GD improves over the image-only version of the same backbone on both target-view RGB quality and depth synthesis. The ablations are the most informative part of the paper: they show that pixel-aligned LiDAR content is the load-bearing element (not just having more data), and that target-view LiDAR functions as a geometric query that links the requested viewpoint back to source observations. Critically, the authors also deploy the system on a physical ground robot, demonstrating real-world operation with a tunable quality-vs-cost knob controlled by the number of Euler integration steps in the flow-matching sampler. The integrity picture is mixed but honest for a robotics paper. GrandTour is a recognized community benchmark, and the ablation design is clean — each component is toggled independently. However, this is a single-dataset evaluation for the quantitative results, no pre-registration, and the real-robot demonstration is qualitative (practical but not metrically rigorous). The baseline is the image-only version of the same backbone, which is the fairest apples-to-apples comparison but leaves open the question of how M3GD stacks up against other recent camera-LiDAR NVS methods that use jointly trained encoders. The milestone to watch is generalization across datasets and sensor configurations. GrandTour is structured driving scenes with relatively predictable geometry. The real test for this "frozen-model composition" paradigm is whether it holds when the LiDAR is sparser (e.g., 16-beam vs. 64-beam), the scenes are less structured (indoor, aerial, off-road), or the image backbone changes entirely. If it does, this adapter-injection pattern becomes a general recipe for multi-modal generation without cross-modal pretraining. The obvious experiment not run: testing against jointly pretrained camera-LiDAR baselines (like LiDAR-NeRF or UniSim) on the same benchmark. The honest read is (a) compute and scope — jointly trained baselines require substantial retraining to be fair comparisons, and the contribution here is specifically the "no retraining" property — but also possibly (c) the comparison might not be flattering, and the authors are positioning this as a modular composition result rather than a SOTA-chasing one.