Computer Graphics Podcast Summaries
Computer Graphics on Yedapo: 3 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Minecraft Was Missing One Brilliant Idea
Two Minute Papers
Jul 12, 2026
Dr. Koa Eher explores a breakthrough in procedural generation that resolves the 40-year-old trade-off between AI-driven realism and computational speed. By utilizing localized diffusion and multiscale laplacian denoising, this new method allows for the creation of vast, coherent, and organic landscapes that remain efficient even as the world size approaches infinity.
Key insight: The system achieves massive coherence and detail by using a 'neighbor-only' weighted average approach, effectively decoupling generation speed from total world size, and runs interactively on four-year-old consumer hardware.

They Said This Will Never Run In Real Time
Two Minute Papers
Jul 3, 2026
Dr. Karoly Zsolnai-Feher explores a new simulation technique that overcomes the 'overshoot' problem in 3D physics. By utilizing a precomputed co-rotated local perturbation subspace, the method enables high-fidelity, real-time deformation of complex objects—running up to 170 times faster than previous standards while maintaining stability across millions of elements.
Key insight: This new simulation method can process a 100,000-element dragon in real-time and even handle a 2.5-million-element scene at three frames per second, outperforming previous vertex block descent techniques by orders of magnitude.

3D Gaussian Splatting! - Computerphile
Computerphile
Mar 14, 2024
Gaussian splatting is revolutionizing 3D reconstruction by shifting from complex, slow neural networks to a representation based on millions of discrete, manipulatable Gaussian points. This method enables real-time 100 FPS rendering and allows for direct manipulation of 3D objects—tasks that were computationally prohibitive or impossible with traditional NeRF technology.
Key insight: Unlike NeRFs, which encode a scene within a neural network, Gaussian splatting uses 'active' particles that behave like biological cells—they can split, duplicate, and move, making them easily editable in game engines like Unity.