Skip to main content
GameDev.net gamedev.net
Research Paper

This is an academic paper or technical research. Key findings may require technical background to fully understand.

Explore Research Radar

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

arXiv cs.GR
arXiv cs.GR Research
· 2 months ago • Neel Kelkar, Simon Niedermayr, Kaloian Petkov, Klaus Engel, R\"udiger Westermann

Bake It Till You Make It: Ultrafast Spatial Texture-Atlas Splatting

Briefing

A new spatial texture-atlas splatting approach is pushing 3D scene reconstruction toward practical real-time use. The core idea is to decouple the representation: low-frequency geometry and view-dependent appearance stay on 2D surfels, while high-frequency texture detail is stored in a view-independent spatial hash grid that gets baked into a compact texture atlas.

That shift matters because recent 3D Gaussian Splatting variants can look excellent, but fragment rendering gets expensive fast once you start layering in hash-grid appearance features. Baking the detail into a texture atlas leans harder on GPU texture mapping and cuts down the per-fragment cost, which is exactly where these pipelines tend to bog down.

The method also adds sparsity-focused optimization that penalizes semi-transparency and per-primitive falloff. In practice, that prunes away insignificant surfels and produces sparser reconstructions, which should help both runtime performance and memory pressure. The claimed result is up to a fivefold speedup over 3DGS without giving up visual fidelity.

For game teams, the interesting part is not just the benchmark number but the direction: if this holds up outside controlled scenes, it could make splat-based capture and reconstruction more viable for real-time content, virtual production, and fast environment iteration. The paper claims 4K60 on consumer hardware, which puts it squarely in the range developers care about.

“up to a fivefold speedup over 3DGS”

— Neel Kelkar et al. · Performance claim for the new splatting pipeline
Original source
Read on arXiv cs.GR
At a glance
what
A new spatial texture-atlas splatting method bakes high-frequency detail into a compact atlas and prunes weak surfels for faster rendering.
who
Neel Kelkar, Simon Niedermayr, Kaloian Petkov, Klaus Engel, and Rüdiger Westermann.
when
Submitted to arXiv on 15 July 2026.
impact
Claims up to 5x faster rendering than 3D Gaussian Splatting and real-time 4K60 on consumer hardware.
Signal Positive

Promising performance gains without losing fidelity

Discuss

Follow graphics updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Recommended resources

Graphics Programming Resources

See full guide
Real-Time Rendering, Fourth Edition cover
Editor pick Community pick

Real-Time Rendering, Fourth Edition

Amazon · Book

Real-Time Rendering combines fundamental principles with guidance on the latest techniques to provide a complete reference on three-dimensional interactive computer graphics. It will help you increase speed and improve image quality and learn the features and limitations of acceleration algorithms and graphics APIs. This latest fourth edition has been updated to include a chapter on virtual reality and augmented reality and covers new topics such as visual appearance, global illumination, and curves and curved surfaces. It is for anyone serious about computer graphics who wants to learn about algorithms that create synthetic images fast enough that the viewer can interact with a virtual environment.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Programming with wgpu in Rust cover
Editor pick

Programming with wgpu in Rust

Amazon · Book

Unlock the full power of modern graphics programming with wgpu and Rust. This comprehensive guide takes you from foundational GPU concepts to advanced real-time rendering and compute techniques—equipping you to build fast, safe, and cross-platform graphics applications. Written for intermediate to advanced Rust developers, this book provides clear explanations, hands-on examples, and detailed insights into how GPUs process and render data. You’ll explore everything from the fundamentals of buffers, shaders, and pipelines to advanced topics like deferred rendering, shadow mapping, and GPU compute workloads.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.