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 weeks, 5 days ago • Kaixuan Zhang, Minxian Li, Mingwu Ren, Xiatian Zhu

MeshSplatBench: A Unified Benchmark for Triangle-Based Neural Rendering

Briefing

MeshSplatBench is a new benchmark for triangle-based neural rendering that tries to answer a question game teams actually care about: how well do these methods survive outside a custom research renderer? The benchmark evaluates methods across the full path from native optimization to game-engine deployment, instead of stopping at isolated lab metrics.

A key part of the setup is a standardized evaluation protocol that preserves each method’s native optimization semantics. The authors say they can reproduce published results within 0.8% PSNR deviation, which makes the comparisons much more credible for anyone trying to judge whether a technique is genuinely improving or just benefiting from a bespoke pipeline.

The Unity deployment side is split into three tiers: native CUDA renderers, method-specific dedicated engine shaders, and standard opaque mesh pipelines. That separation is useful because it isolates where fidelity is lost — whether from adapting the method to an engine, or from reducing the representation to something more conventional. For engine teams, that distinction matters when deciding whether a neural rendering approach is worth integrating at all.

The benchmark also includes a topology audit of reconstructed surfaces, and the takeaway is blunt: explicit connectivity and shared indexing do not guarantee production-ready assets. Non-manifold geometry, fragmented components, and boundary artifacts remain common, which means “rasterizable” is only the first hurdle. The source code is slated for release, so this could become a practical reference point for...

“Rasterizability is merely a primitive-level attribute.”

— MeshSplatBench authors · Core conclusion about production readiness
Original source
Read on arXiv cs.GR
At a glance
what
MeshSplatBench benchmarks triangle-based neural rendering from native optimization through Unity deployment.
who
Authors: Kaixuan Zhang, Minxian Li, Mingwu Ren, and Xiatian Zhu.
when
Submitted to arXiv on 1 Sep 2026.
impact
Helps developers judge deployability, fidelity loss, and topology issues before adopting neural rendering methods.
Signal Neutral

Useful benchmark, but highlights major production gaps

Discuss

Follow Unity 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

Game Engines

See full guide
Unreal Engine 5 Best Practices cover
Editor pick

Unreal Engine 5 Best Practices

Amazon · Book

Written by multi-award-winning Unreal generalist Tyson J. Butler-Boschma, Founder and Creative Director of Toybox Games Studios, this book addresses common challenges you face when advancing your expertise in lighting, environment design, and cinematic storytelling.

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.

Story Timeline (3 sources)

Story covered over 2 days • First reported by arXiv cs.GR