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
· 1 month, 3 weeks ago • Oriol Jim\'enez-Ayguad\'e, Antonio Agudo

Deformable Triangle Splatting: Flexible Primitives for Real-Time Radiance Field Rendering

Briefing

Deformable Triangle Splatting adds a new primitive to the radiance-field toolbox: a triangle whose edges can be locally displaced by learnable scalars. Instead of relying on convex disks or flat triangles, each primitive can form non-convex silhouettes, which is a better fit for curved details, cutouts, and other shapes that usually need a lot of extra splats to approximate.

The rendering path stays differentiable and view-consistent by working in barycentric space. A winding-number test determines whether a pixel falls inside the deformed boundary, while a window function with learnable sharpness and corner-smoothness parameters controls the opacity falloff toward the edge. Each primitive also carries a scalar opacity, which helps blend the transition from interior to boundary without giving up the efficiency benefits of 2D primitives.

For game and realtime rendering developers, the practical angle is straightforward: fewer primitives for the same shape complexity can mean better quality at a similar cost, or similar quality with less overdraw and scene complexity. The method is positioned as an alternative to recent non-volumetric approaches, and the reported validation across real-world scenes points to stronger visual fidelity and versatility while keeping rendering efficiency competitive.

The work was submitted on 24 July 2026 by Oriol Jiménez-Ayguadé and Antonio Agudo. It sits at the intersection of computer vision and graphics, but the implications are familiar to engine and rendering teams: better primitive design can translate directly into cleaner...

“We introduce Deformable Triangle Splatting.”

— Oriol Jiménez-Ayguadé and Antonio Agudo · Paper introduction
Original source
Read on arXiv cs.GR
At a glance
what
Deformable Triangle Splatting introduces triangle primitives with per-edge learnable displacements to represent non-convex shapes in real-time radiance-field rendering.
who
Oriol Jiménez-Ayguadé and Antonio Agudo
when
Submitted on 24 July 2026; arXiv:2607.22446
impact
Could reduce the number of primitives needed for curved or concave geometry while preserving differentiable, real-time rendering.
Signal Positive

Promising quality gains without obvious runtime cost spikes

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.

Story Timeline (2 sources)

Story covered over 1 day • First reported by arXiv cs.GR